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 1043735 commit b20cffaCopy full SHA for b20cffa
.bcr/config.yml
.github/workflows/publish.yaml
@@ -1,5 +1,5 @@
1
# Publish new releases to Bazel Central Registry.
2
-name: Publish
+name: Publish to BCR
3
on:
4
# Run the publish workflow after a successful release
5
# Will be triggered from the release.yaml workflow
@@ -20,11 +20,12 @@ on:
20
type: string
21
jobs:
22
publish:
23
- uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v0.0.4
+ uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v0.2.0
24
with:
25
tag_name: ${{ inputs.tag_name }}
26
# GitHub repository which is a fork of the upstream where the Pull Request will be opened.
27
registry_fork: aspect-build/bazel-central-registry
28
+ draft: false
29
permissions:
30
attestations: write
31
contents: write
0 commit comments