File tree Expand file tree Collapse file tree 2 files changed +30
-30
lines changed Expand file tree Collapse file tree 2 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 1- name : Quarkiverse Prepare Release
2-
1+ name : Quarkiverse Perform Release
2+ run-name : Perform ${{github.event.inputs.tag || github.ref_name}} Release
33on :
4- pull_request :
5- types : [ closed ]
6- paths :
7- - ' .github/project.yml'
4+ push :
5+ tags :
6+ - ' *'
7+ workflow_dispatch :
8+ inputs :
9+ tag :
10+ description : ' Tag to release'
11+ required : true
12+
13+ permissions :
14+ attestations : write
15+ id-token : write
16+ contents : read
817
918concurrency :
1019 group : ${{ github.workflow }}-${{ github.ref }}
1120 cancel-in-progress : true
1221
1322jobs :
14- prepare-release :
15- name : Prepare Release
16- if : ${{ github.event.pull_request.merged == true}}
17- uses : quarkiverse/.github/.github/workflows/prepare-release.yml@main
23+ perform-release :
24+ name : Perform Release
25+ uses : quarkiverse/.github/.github/workflows/perform-release.yml@main
1826 secrets : inherit
27+ with :
28+ version : ${{github.event.inputs.tag || github.ref_name}}
Original file line number Diff line number Diff line change 1- name : Quarkiverse Perform Release
2- run-name : Perform ${{github.event.inputs.tag || github.ref_name}} Release
3- on :
4- push :
5- tags :
6- - ' *'
7- workflow_dispatch :
8- inputs :
9- tag :
10- description : ' Tag to release'
11- required : true
1+ name : Quarkiverse Prepare Release
122
13- permissions :
14- attestations : write
15- id-token : write
16- contents : read
3+ on :
4+ pull_request :
5+ types : [ closed ]
6+ paths :
7+ - ' .github/project.yml'
178
189concurrency :
1910 group : ${{ github.workflow }}-${{ github.ref }}
2011 cancel-in-progress : true
2112
2213jobs :
23- perform-release :
24- name : Perform Release
25- uses : quarkiverse/.github/.github/workflows/perform-release.yml@main
14+ prepare-release :
15+ name : Prepare Release
16+ if : ${{ github.event.pull_request.merged == true}}
17+ uses : quarkiverse/.github/.github/workflows/prepare-release.yml@main
2618 secrets : inherit
27- with :
28- version : ${{github.event.inputs.tag || github.ref_name}}
You can’t perform that action at this time.
0 commit comments