diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f96bb6..99d79a2 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_TOKEN: ${{secrets.NPM_TOKEN}} + NPM_TOKEN: ${{secrets.NPM_TOKEN}} NPM_REGISTRY: https://registry.npmjs.org - name: Draft release uses: actions/create-release@v1