Skip to content

Commit 1add73b

Browse files
authored
Update release_bazel_module.yaml (#25441)
1 parent 0f5a31f commit 1add73b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release_bazel_module.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ permissions:
1616
contents: write
1717
jobs:
1818
release:
19-
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.2.3
19+
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.3.0
2020
with:
2121
release_files: protobuf-*.bazel.tar.gz
22-
prerelease: false
22+
prerelease: ${{ contains(inputs.tag_name, '-rc') }}
23+
generate_changelog: false
2324
tag_name: ${{ inputs.tag_name }}
2425
# The release was already created by Google-internal mechanism,
2526
# so there aren't any useful assertions to make here.

0 commit comments

Comments
 (0)