diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a22ed01..95aa2cf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,7 +29,7 @@ jobs: yarn config set npmPublishRegistry "https://registry.npmjs.org" yarn config set npmAuthToken $NPM_AUTH_TOKEN env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Install modules