Skip to content

Commit f6a62d5

Browse files
committed
Add publish-to-bcr reusable workflow job
1 parent 756cdb3 commit f6a62d5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,12 @@ permissions:
1212
jobs:
1313
upload:
1414
uses: dtolnay/.github/.github/workflows/release_tgz.yml@master
15+
16+
publish-to-bcr:
17+
needs: upload
18+
uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@47913235f61615d02c989d652c4d10c45c0c4f0b
19+
with:
20+
tag_name: ${{github.event.release.tag_name}}
21+
registry_fork: dtolnay-contrib/bazel-central-registry
22+
secrets:
23+
publish_token: ${{secrets.PUBLISH_TOKEN}}

0 commit comments

Comments
 (0)