We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec6129 commit 03582a1Copy full SHA for 03582a1
1 file changed
.github/workflows/release.yaml
@@ -20,7 +20,8 @@ permissions:
20
contents: write
21
jobs:
22
release:
23
- uses: ./.github/workflows/release_ruleset.yaml # copied-from: bazel-contrib/.github/.github/workflows/[email protected]
+ uses: bazel-contrib/.github/.github/workflows/[email protected]
24
+ # uses: ./.github/workflows/release_ruleset.yaml # copied-from: bazel-contrib/.github/.github/workflows/[email protected]
25
with:
26
prerelease: false
27
release_files: rules_proto-*.tar.gz
0 commit comments