File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2121 type : string
2222jobs :
2323 publish :
24- uses : bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v0.2.3
24+ uses : bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v1.1.0
2525 with :
2626 tag_name : ${{ inputs.tag_name }}
2727 # GitHub repository which is a fork of the upstream where the Pull Request will be opened.
Original file line number Diff line number Diff line change @@ -47,13 +47,14 @@ jobs:
4747 retention-days : 1
4848 release :
4949 needs : build
50- uses : bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.2.3
50+ uses : bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.2.4
5151 with :
5252 release_files : |
5353 go-binaries/*
5454 bazel-lib-*.tar.gz
5555 prerelease : false
5656 tag_name : ${{ inputs.tag_name || github.ref_name }}
57+ draft : true
5758 publish :
5859 needs : release
5960 uses : ./.github/workflows/publish.yaml
You can’t perform that action at this time.
0 commit comments