diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c44163b..4409e56 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v3 - name: Release - uses: softprops/action-gh-release@v0.1.15 + uses: softprops/action-gh-release@v2.0.4 if: startsWith(github.ref, 'refs/tags/') with: draft: true