Skip to content

Commit

Permalink
Merge pull request #1244 from github/dependabot/github_actions/softpr…
Browse files Browse the repository at this point in the history
…ops/action-gh-release-2

Bump softprops/action-gh-release from 1 to 2
  • Loading branch information
begonaguereca authored Sep 23, 2024
2 parents f8c7127 + 33997b7 commit 7b43293
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ jobs:
CLI_VERSION: ${{ github.ref }}

- name: Create gh-gei Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
body_path: ./RELEASENOTES.md
files: |
Expand All @@ -331,7 +331,7 @@ jobs:
./dist/osx-x64/gei-darwin-amd64
- name: Create gh-ado2gh Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
body_path: ./RELEASENOTES.md
repository: github/gh-ado2gh
Expand All @@ -343,7 +343,7 @@ jobs:
./dist/osx-x64/ado2gh-darwin-amd64
- name: Create gh-bbs2gh Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
body_path: ./RELEASENOTES.md
repository: github/gh-bbs2gh
Expand Down

0 comments on commit 7b43293

Please sign in to comment.