Skip to content

Commit 51de16d

Browse files
iterate
1 parent 60e946e commit 51de16d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ jobs:
2121
publish-to-bcr:
2222
uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v1.0.0
2323
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.2'
24+
tag_name: ${{ github.event.release.tag_name || inputs.tag_name }}
2725
registry_fork: CodSpeedHQ/bazel-central-registry
2826
# TODO: Change this back to bazel-central-registry when ready
2927
registry: CodSpeedHQ/bazel-central-registry

0 commit comments

Comments
 (0)