File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,13 @@ jobs:
2121 echo Commit MSG = $commitmsg
2222 - name : Create Release
2323 id : create_release
24- uses : actions/create-release@v1
25- env :
26- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
24+ uses : softprops/action-gh-release@v1
2725 with :
26+ token : ${{ secrets.GITHUB_TOKEN }}
2827 tag_name : ${{ github.ref }}
29- release_name : Release ${{ github.ref }}
28+ name : Release ${{ github.ref_name }}
3029 body : |
3130 Changes in this Release
3231 ${{ env.commitmsg }}
3332 draft : false
34- prerelease : false
33+ prerelease : false
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2020 Davide Perini
3+ Copyright (c) 2023 Davide Perini
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments