diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b37ac254d..0e5b2c33e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -493,12 +493,9 @@ jobs: make release-cli - name: CLI - create release with binaries - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: draft: true files: | dist/* - env: - GITHUB_TOKEN: ${{ github.token }} -