diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9bc6765..17c07c2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,5 +27,5 @@ jobs: - name: Release env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} + NPM_TOKEN: ${{secrets.NPM_TOKEN}} run: WIREIT_PARALLEL=1 WIREIT_LOGGER=metrics bun run release