diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 24588f3..7314caa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: - name: Release uses: borales/actions-yarn@v5 with: - cmd: release + cmd: run release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}