We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db09d58 commit ea9558dCopy full SHA for ea9558d
.github/workflows/release.yml
@@ -11,8 +11,8 @@ on:
11
12
jobs:
13
release:
14
- # Re-use https://github.com/bazel-contrib/.github/blob/v5/.github/workflows/release_ruleset.yaml
15
- uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v5
+ # Re-use https://github.com/bazel-contrib/.github/blob/v6/.github/workflows/release_ruleset.yaml
+ uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v6
16
with:
17
prerelease: false
18
- release_files: rules_proto-*.tar.gz
+ release_files: rules_proto-*.tar.gz
0 commit comments