File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ jobs:
219219 fi
220220
221221 - name : Create GitHub Release
222- uses : softprops/action-gh-release@v1
222+ uses : softprops/action-gh-release@v2
223223 with :
224224 tag_name : v${{ steps.gitversion.outputs.majorMinorPatch }}
225225 name : Release ${{ steps.gitversion.outputs.majorMinorPatch }}
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109
110110 - name : Create GitHub release assets
111111 if : github.event_name == 'workflow_dispatch'
112- uses : softprops/action-gh-release@v1
112+ uses : softprops/action-gh-release@v2
113113 with :
114114 tag_name : v${{ steps.version.outputs.VERSION }}
115115 name : Release ${{ steps.version.outputs.VERSION }}
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127
128128 - name : Create release
129129 if : github.event.inputs.prerelease != 'true'
130- uses : softprops/action-gh-release@v1
130+ uses : softprops/action-gh-release@v2
131131 with :
132132 tag_name : v${{ steps.version.outputs.NEW_VERSION }}
133133 name : Release ${{ steps.version.outputs.NEW_VERSION }}
You can’t perform that action at this time.
0 commit comments