diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d6836ba..24bc633 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: # Make a release from the tag and upload the zip - name: "Create Release" id: "create_release" - uses: "softprops/action-gh-release@v1" + uses: "softprops/action-gh-release@v2" env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" with: