diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc7f032..a672291 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -126,7 +126,7 @@ jobs: - name: Release to GitHub Release if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v2.1.0 + uses: softprops/action-gh-release@v2.2.1 with: draft: true fail_on_unmatched_files: true