We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a224dec commit a2f8aebCopy full SHA for a2f8aeb
.github/workflows/publish-to-bcr.yml
@@ -14,14 +14,16 @@ on:
14
required: false
15
type: boolean
16
default: false
17
- # DONT MERGE THIS
+ # TODO: DONT MERGE THIS
18
pull_request:
19
20
jobs:
21
publish-to-bcr:
22
uses: bazel-contrib/publish-to-bcr/.github/workflows/[email protected]
23
with:
24
- tag_name: ${{ github.event.release.tag_name || inputs.tag_name }}
+ # 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'
27
registry_fork: CodSpeedHQ/bazel-central-registry
28
# TODO: Change this back to bazel-central-registry when ready
29
registry: CodSpeedHQ/bazel-central-registry
0 commit comments