diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 794deca7..801eb521 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: run: | git config user.name github-actions git config user.email github-actions@github.com - npm config set //registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN} + npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN npm run pub env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}