Skip to content

Commit a2f8aeb

Browse files
iterate
1 parent a224dec commit a2f8aeb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,16 @@ on:
1414
required: false
1515
type: boolean
1616
default: false
17-
# DONT MERGE THIS
17+
# TODO: DONT MERGE THIS
1818
pull_request:
1919

2020
jobs:
2121
publish-to-bcr:
2222
uses: bazel-contrib/publish-to-bcr/.github/workflows/[email protected]
2323
with:
24-
tag_name: ${{ github.event.release.tag_name || inputs.tag_name }}
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'
2527
registry_fork: CodSpeedHQ/bazel-central-registry
2628
# TODO: Change this back to bazel-central-registry when ready
2729
registry: CodSpeedHQ/bazel-central-registry

0 commit comments

Comments
 (0)