File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 2121 required : false
2222 release_notes :
2323 type : textarea
24- description : ' Custom release notes (optional)'
24+ description : ' Release notes (optional)'
2525 required : false
2626 create_release :
2727 type : boolean
2828 description : ' Create New Release'
2929 required : false
3030 default : false
31- notify_testers :
31+ prerelease :
3232 type : boolean
33- description : ' Notify testers about this build '
33+ description : ' Pre-release '
3434 required : false
3535 default : true
3636
9191 if : ${{ github.event.inputs.create_release }}
9292 uses : elgohr/Github-Release-Action@v5
9393 env :
94- GH_TOKEN : ${{ secrets.TMDB_GITHUB_TOKEN }}
94+ GH_TOKEN : ${{ secrets.TMDB_GITHUB_TOKEN }}
9595 with :
96- title : " ${{ github.event.inputs.release_title || 'New Release' }}"
96+ title : ${{ github.event.inputs.release_title || 'New Release' }}
97+ description : ${{ github.event.inputs.release_notes }}
98+ prerelease : ${{ github.event.inputs.prerelease }}
9799 tag : " v${{ steps.all.outputs.version_major }}.${{ steps.all.outputs.version_minor }}.${{ steps.all.outputs.version_patch }}"
You can’t perform that action at this time.
0 commit comments