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 756cdb3 commit f6a62d5Copy full SHA for f6a62d5
.github/workflows/release.yml
@@ -12,3 +12,12 @@ permissions:
12
jobs:
13
upload:
14
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