diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb26ca85..f18df078 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@c062e08bd532815e2082a85e87e3ef29c3e6d191 + uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 with: tag_name: ${{ needs.changelog.outputs.tag }} body: ${{ needs.changelog.outputs.body }}