diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d93d623d7..9955a19c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,8 +25,8 @@ jobs: git config user.name "${GITHUB_ACTOR}" git config user.email "alvaro.saburido@gmail.com" - name: Initialise the NPM config - run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN - env: + run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN + env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Install dependencies run: pnpm install