diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9299d263aa..b5966467dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: uses: actions/download-artifact@v3 with: name: packages - - uses: ncipollo/release-action@v1.11.2 + - uses: ncipollo/release-action@v1.12.0 with: name: ${{ env.VERSION }} draft: true