diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c5c240..8b282bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -133,7 +133,7 @@ jobs: - name: Release to GitHub Release if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v0.1.15 + uses: softprops/action-gh-release@v2.0.4 with: draft: true fail_on_unmatched_files: true