diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b2444e2..e32bed5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: softprops/action-gh-release@v1 + - uses: softprops/action-gh-release@v2 # Only execute on a tag if: startsWith(github.ref, 'refs/tags/') with: