diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b18faed2..f1f2bfcb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,9 +52,7 @@ jobs: - env: NPM_TOKEN: ${{secrets.NPM_TOKEN}} if: ${{ steps.release.outputs.releases_created }} - run: | - npm config set registry=https://registry.npmjs.org - npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN + run: npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN - name: Check npm config run: npm config list