diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 64cfa72..ea22ec5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,4 +32,4 @@ jobs: - name: Publish to npm run: npm publish --access public env: - NODE_AUTH_TOKEN: ${{ secret.AUTH_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file