diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index ac98a32..7c818a0 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -24,4 +24,4 @@ jobs: commit_pattern: "^Release v(\\S+)" env: # More info about the environment variables in the README GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this as is, it's automatically generated - + NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} # configured in Settings->Secrets