We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8719141 commit c3ca6a3Copy full SHA for c3ca6a3
1 file changed
.github/workflows/release_bazel_module.yaml
@@ -16,10 +16,11 @@ permissions:
16
contents: write
17
jobs:
18
release:
19
- uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.2.3
+ uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.3.0
20
with:
21
release_files: protobuf-*.bazel.tar.gz
22
- prerelease: false
+ prerelease: ${{ contains(inputs.tag_name, '-rc') }}
23
+ 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