File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ jobs:
317
317
CLI_VERSION : ${{ github.ref }}
318
318
319
319
- name : Create gh-gei Release
320
- uses : softprops/action-gh-release@v1
320
+ uses : softprops/action-gh-release@v2
321
321
with :
322
322
body_path : ./RELEASENOTES.md
323
323
files : |
@@ -331,7 +331,7 @@ jobs:
331
331
./dist/osx-x64/gei-darwin-amd64
332
332
333
333
- name : Create gh-ado2gh Release
334
- uses : softprops/action-gh-release@v1
334
+ uses : softprops/action-gh-release@v2
335
335
with :
336
336
body_path : ./RELEASENOTES.md
337
337
repository : github/gh-ado2gh
@@ -343,7 +343,7 @@ jobs:
343
343
./dist/osx-x64/ado2gh-darwin-amd64
344
344
345
345
- name : Create gh-bbs2gh Release
346
- uses : softprops/action-gh-release@v1
346
+ uses : softprops/action-gh-release@v2
347
347
with :
348
348
body_path : ./RELEASENOTES.md
349
349
repository : github/gh-bbs2gh
You can’t perform that action at this time.
0 commit comments