Skip to content

Commit 7b43293

Browse files
Merge pull request #1244 from github/dependabot/github_actions/softprops/action-gh-release-2
Bump softprops/action-gh-release from 1 to 2
2 parents f8c7127 + 33997b7 commit 7b43293

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ jobs:
317317
CLI_VERSION: ${{ github.ref }}
318318

319319
- name: Create gh-gei Release
320-
uses: softprops/action-gh-release@v1
320+
uses: softprops/action-gh-release@v2
321321
with:
322322
body_path: ./RELEASENOTES.md
323323
files: |
@@ -331,7 +331,7 @@ jobs:
331331
./dist/osx-x64/gei-darwin-amd64
332332
333333
- name: Create gh-ado2gh Release
334-
uses: softprops/action-gh-release@v1
334+
uses: softprops/action-gh-release@v2
335335
with:
336336
body_path: ./RELEASENOTES.md
337337
repository: github/gh-ado2gh
@@ -343,7 +343,7 @@ jobs:
343343
./dist/osx-x64/ado2gh-darwin-amd64
344344
345345
- name: Create gh-bbs2gh Release
346-
uses: softprops/action-gh-release@v1
346+
uses: softprops/action-gh-release@v2
347347
with:
348348
body_path: ./RELEASENOTES.md
349349
repository: github/gh-bbs2gh

0 commit comments

Comments
 (0)