Skip to content

Commit 5e62ffc

Browse files
committed
ci(github-actions): Set draft to false in publish workflow
1 parent daa352e commit 5e62ffc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
tag_name: ${{ inputs.tag_name }}
2727
# GitHub repository which is a fork of the upstream where the Pull Request will be opened.
2828
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
2932
permissions:
3033
attestations: write
3134
contents: write

0 commit comments

Comments
 (0)