diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68ea67a..99a727a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: create release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: prerelease: ${{ contains(github.ref, 'pre') || contains(github.ref, 'rc') }}