File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,21 @@ name: Pre/Post Release
33
44on :
55 workflow_call :
6- ref :
7- description : ' Branch or tag ref to run the workflow on'
8- required : true
9- default : ' main'
10- version :
11- description : ' The version to release (e.g. 1.2.3). This workflow will automatically perform the required version bumps'
12- required : true
13- phase :
14- description : ' Pre or post release phase'
15- type : choice
16- options :
17- - pre
18- - post
19- required : true
6+ inputs :
7+ ref :
8+ description : ' Branch or tag ref to run the workflow on'
9+ required : true
10+ default : ' main'
11+ version :
12+ description : ' The version to release (e.g. 1.2.3). This workflow will automatically perform the required version bumps'
13+ required : true
14+ phase :
15+ description : ' Pre or post release phase'
16+ type : choice
17+ options :
18+ - pre
19+ - post
20+ required : true
2021
2122env :
2223 RELEASE_VERSION : ${{ inputs.version }}
You can’t perform that action at this time.
0 commit comments