diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12bd488..cb35b2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,4 +39,4 @@ jobs: run: npm publish env: # NPM_TOKEN is access token - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file