diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a15b09a78..e7488a93e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,7 +30,7 @@ jobs: EOF - name: Publish Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: draft: true