diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fcbf2c7..a010a21 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -47,5 +47,5 @@ jobs: # Publish it - name: Publishing the package env: - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} run: npm publish