File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ jobs:
212
212
fi
213
213
214
214
- name : Create GitHub Release
215
- uses : softprops/action-gh-release@v1
215
+ uses : softprops/action-gh-release@v2
216
216
with :
217
217
tag_name : v${{ steps.gitversion.outputs.majorMinorPatch }}
218
218
name : Release ${{ steps.gitversion.outputs.majorMinorPatch }}
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
110
110
- name : Create GitHub release assets
111
111
if : github.event_name == 'workflow_dispatch'
112
- uses : softprops/action-gh-release@v1
112
+ uses : softprops/action-gh-release@v2
113
113
with :
114
114
tag_name : v${{ steps.version.outputs.VERSION }}
115
115
name : Release ${{ steps.version.outputs.VERSION }}
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127
127
128
128
- name : Create release
129
129
if : github.event.inputs.prerelease != 'true'
130
- uses : softprops/action-gh-release@v1
130
+ uses : softprops/action-gh-release@v2
131
131
with :
132
132
tag_name : v${{ steps.version.outputs.NEW_VERSION }}
133
133
name : Release ${{ steps.version.outputs.NEW_VERSION }}
You can’t perform that action at this time.
0 commit comments