Skip to content

Commit c87ffa1

Browse files
committed
Turn off publish-to-bcr attestation
1 parent a6f75db commit c87ffa1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ jobs:
1515

1616
publish-to-bcr:
1717
needs: upload
18-
uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@47913235f61615d02c989d652c4d10c45c0c4f0b
18+
uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@92ae43f10e552721931f98b61fe5506bbdf32ce6
1919
with:
2020
tag_name: ${{github.event.release.tag_name}}
2121
registry_fork: dtolnay-contrib/bazel-central-registry
22+
attest: false
2223
secrets:
2324
publish_token: ${{secrets.PUBLISH_TOKEN}}

0 commit comments

Comments
 (0)