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 a6f75db commit c87ffa1Copy full SHA for c87ffa1
.github/workflows/release.yml
@@ -15,9 +15,10 @@ jobs:
15
16
publish-to-bcr:
17
needs: upload
18
- uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@47913235f61615d02c989d652c4d10c45c0c4f0b
+ uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@92ae43f10e552721931f98b61fe5506bbdf32ce6
19
with:
20
tag_name: ${{github.event.release.tag_name}}
21
registry_fork: dtolnay-contrib/bazel-central-registry
22
+ attest: false
23
secrets:
24
publish_token: ${{secrets.PUBLISH_TOKEN}}
0 commit comments