File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 11name : version, tag and github release
22
33on :
4+ workflow_dispatch :
45 push :
56 branches : [main]
67
@@ -46,11 +47,11 @@ jobs:
4647 git push -u origin ${{ github.ref_name }}
4748 fi
4849 - name : Create Github Release
49- uses : ncipollo/release- action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5
50+ uses : softprops/ action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
5051 if : ${{ steps.version-check.outputs.skipped == 'false' }}
5152 with :
5253 name : ${{ steps.version-check.outputs.tag }}
53- tag : ${{ steps.version-check.outputs.tag }}
54- commit : ${{ github.ref_name }}
55- token : ${{ secrets.GH_TOKEN }}
56- skipIfReleaseExists : true
54+ tag_name : ${{ steps.version-check.outputs.tag }}
55+ target_commitish : ${{ github.sha }}
56+ make_latest : true
57+ generate_release_notes : true
You can’t perform that action at this time.
0 commit comments