diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af4bbd7dc..0adca28d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -382,7 +382,7 @@ jobs: # if tag contains "-" treat it as pre-release # example: 1.0.0-beta1 - name: Create release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: name: Release v${{ needs.check-version.outputs.version }} draft: true