diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 16977b3..1bc2e61 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: exit $? - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: body: Release version ${{ github.ref }}