We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c83204 commit 4da82e0Copy full SHA for 4da82e0
1 file changed
.github/workflows/publish-to-bcr.yml
@@ -23,10 +23,9 @@ jobs:
23
with:
24
# tag_name: ${{ github.event.release.tag_name || inputs.tag_name }}
25
# TODO: DONT MERGE THIS, for testing during PR only
26
- tag_name: 'v2.0.0-alpha.1'
+ tag_name: 'v2.0.0-alpha.2'
27
registry_fork: CodSpeedHQ/bazel-central-registry
28
# TODO: Change this back to bazel-central-registry when ready
29
registry: CodSpeedHQ/bazel-central-registry
30
- attest: true
31
secrets:
32
publish_token: ${{ secrets.BCR_PUBLISH_TOKEN }}
0 commit comments