File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 99 tags :
1010 description : ' Previous tag'
1111 required : true
12+ git-ref :
13+ description : ' Git reference to check out. Use an appropriate release-v* branch name, tag, or commit SHA.'
14+ required : true
15+ default : ' main'
1216jobs :
1317 release :
14- if : ${{ github.repository == 'shipwright-io/build' }}
1518 runs-on : ubuntu-latest
1619 permissions :
1720 id-token : write # To be able to get OIDC ID token to sign images.
2528
2629 steps :
2730 - uses : actions/checkout@v4
31+ with :
32+ ref : ${{ github.event.inputs.git-ref }}
2833 - uses : ./.github/actions/setup
2934 - uses : sigstore/cosign-installer@v3
30354449 id : draft_release
4550 uses : actions/create-release@v1
4651 with :
47- release_name : " Shipwright Build release ${{ github.event.inputs.release }}"
52+ release_name : " Shipwright Triggers release ${{ github.event.inputs.release }}"
4853 tag_name : ${{ github.event.inputs.release }}
4954 body_path : Changes.md
5055 draft : true
You can’t perform that action at this time.
0 commit comments