diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0e9f58c..f688bd5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v4.1.7 - name: Release - uses: softprops/action-gh-release@v2.0.6 + uses: softprops/action-gh-release@v2.0.7 if: startsWith(github.ref, 'refs/tags/') with: draft: true