diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 505bc7d..1b926e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - name: Release if: "github.event_name != 'pull_request'" - run: pnpx -y semantic-release --branches main + run: pnpx semantic-release --branches main env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}