diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9657a5e9ff..7b064b7ae3 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -40,7 +40,7 @@ jobs: path: dist/* - name: Prepare Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: github.ref_type == 'tag' with: draft: true