Skip to content

Commit 03582a1

Browse files
committed
Apparently CANNOT use own release_ruleset?
1 parent 5ec6129 commit 03582a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ permissions:
2020
contents: write
2121
jobs:
2222
release:
23-
uses: ./.github/workflows/release_ruleset.yaml # copied-from: bazel-contrib/.github/.github/workflows/[email protected]
23+
uses: bazel-contrib/.github/.github/workflows/[email protected]
24+
# uses: ./.github/workflows/release_ruleset.yaml # copied-from: bazel-contrib/.github/.github/workflows/[email protected]
2425
with:
2526
prerelease: false
2627
release_files: rules_proto-*.tar.gz

0 commit comments

Comments
 (0)