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 11name : Release
22
3- # Trigger the workflow on push or pull request
43on :
54 workflow_dispatch :
65 inputs :
76 dry-run :
8- description : " Do not upload the release to GitHub"
7+ description : " Set to true to create an archive containing the release instead of publishing it on GitHub"
8+ type : boolean
9+ required : false
10+ default : false
11+ force :
12+ description : " Set to true to allow this action to overwrite an existing release, and to make a release with an incorrect date"
913 type : boolean
1014 required : false
1115 default : false
4145 - uses : gap-actions/release-pkg@v1
4246 with :
4347 dry-run : ${{ inputs.dry-run }}
48+ force : ${{ inputs.force }}
4449 - uses : gap-actions/update-gh-pages@v1
4550 if : ${{ !inputs.dry-run }}
You can’t perform that action at this time.
0 commit comments