diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 52ee5a7..1f96bb6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,7 +96,7 @@ jobs: - name: Publish to NPM run: npm publish env: - NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} + NODE_TOKEN: ${{secrets.NPM_TOKEN}} NPM_REGISTRY: https://registry.npmjs.org - name: Draft release uses: actions/create-release@v1