diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 411c081..f0b69ed 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -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 @@ -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