Skip to content

Commit 68ac7b9

Browse files
authored
Fix generate_changelog -> generate_release_notes (#25442)
1 parent 1add73b commit 68ac7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_bazel_module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
release_files: protobuf-*.bazel.tar.gz
2222
prerelease: ${{ contains(inputs.tag_name, '-rc') }}
23-
generate_changelog: false
23+
generate_release_notes: false
2424
tag_name: ${{ inputs.tag_name }}
2525
# The release was already created by Google-internal mechanism,
2626
# so there aren't any useful assertions to make here.

0 commit comments

Comments
 (0)