Skip to content

Commit

Permalink
chore(deps): update softprops/action-gh-release action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 12, 2024
1 parent 95e7911 commit 96974ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Create release if tagged
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true

Expand All @@ -79,7 +79,7 @@ jobs:
# generated release notes.
- name: Update release with SHA256
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
append_body: true
body_path: SHA256SUMS
Expand Down

0 comments on commit 96974ce

Please sign in to comment.