We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9dc69 commit 05314dbCopy full SHA for 05314db
.github/workflows/release_bazel_module.yaml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
release_files: protobuf-*.tar.gz
22
prerelease: false
23
- tag_name: ${{ inputs.tag_name || github.ref_name }}
+ tag_name: ${{ inputs.tag_name }}
24
# The release was already created by Google-internal mechanism,
25
# so there aren't any useful assertions to make here.
26
bazel_test_command: 'true'
0 commit comments