Skip to content

Commit 4da82e0

Browse files
--wip-- [skip ci]
1 parent 8c83204 commit 4da82e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-to-bcr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ jobs:
2323
with:
2424
# tag_name: ${{ github.event.release.tag_name || inputs.tag_name }}
2525
# TODO: DONT MERGE THIS, for testing during PR only
26-
tag_name: 'v2.0.0-alpha.1'
26+
tag_name: 'v2.0.0-alpha.2'
2727
registry_fork: CodSpeedHQ/bazel-central-registry
2828
# TODO: Change this back to bazel-central-registry when ready
2929
registry: CodSpeedHQ/bazel-central-registry
30-
attest: true
3130
secrets:
3231
publish_token: ${{ secrets.BCR_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)