diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af09afc..b556d3a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -258,7 +258,7 @@ jobs: git checkout --detach "$RELEASE_TAG" - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ env.RELEASE_TAG }} name: "v${{ env.RELEASE_TAG }}"