diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 075ec852..ed10df56 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,7 +97,7 @@ jobs: $zipHash.Hash | Out-File -Encoding 'UTF8' "./dist/$($_.Name).sha256" } - name: Release 🎓 - uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 + uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 with: tag_name: ${{ needs.changelog.outputs.tag }} body: ${{ needs.changelog.outputs.body }}