We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1add73b commit 68ac7b9Copy full SHA for 68ac7b9
.github/workflows/release_bazel_module.yaml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
release_files: protobuf-*.bazel.tar.gz
22
prerelease: ${{ contains(inputs.tag_name, '-rc') }}
23
- generate_changelog: false
+ generate_release_notes: false
24
tag_name: ${{ inputs.tag_name }}
25
# The release was already created by Google-internal mechanism,
26
# so there aren't any useful assertions to make here.
0 commit comments