diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9111c96..5ce373a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,7 +107,7 @@ jobs: # `-rc` / `-beta` / `-alpha` tags are flagged prerelease so they # don't steal the "Latest" badge from the most recent stable. - name: Create GitHub Release - uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 with: tag_name: ${{ github.ref_name }} name: ${{ github.ref_name }}