diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7aa8f8ed0..1f19775fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: sha=$(git rev-parse HEAD) echo "TARGET_SHA=$sha" >> $GITHUB_ENV - name: Create GitHub Release - uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 + uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: