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 daa352e commit 5e62ffcCopy full SHA for 5e62ffc
.github/workflows/publish.yaml
@@ -26,6 +26,9 @@ jobs:
26
tag_name: ${{ inputs.tag_name }}
27
# GitHub repository which is a fork of the upstream where the Pull Request will be opened.
28
registry_fork: bazel-contrib/bazel-central-registry
29
+ # The bot is the author, so don't set draft to true.
30
+ # https://github.com/bazel-contrib/publish-to-bcr/issues/261
31
+ draft: false
32
permissions:
33
attestations: write
34
contents: write
0 commit comments