File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@v1.1 .0
24+ uses : bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v1.2 .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 2424 with :
2525 release_files : diff.bzl-*.tar.gz
2626 prerelease : false
27+ draft : true
28+ attest : true
2729 tag_name : ${{ inputs.tag_name || github.ref_name }}
2830 publish :
2931 needs : release
3234 tag_name : ${{ inputs.tag_name || github.ref_name }}
3335 secrets :
3436 publish_token : ${{ secrets.publish_token || secrets.BCR_PUBLISH_TOKEN }}
37+ finalize :
38+ # Publish the draft release
39+ uses : softprops/action-gh-release@v2
40+ with :
41+ tag_name : ${{ inputs.tag_name || github.ref_name }}
You can’t perform that action at this time.
0 commit comments