diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 826b8223..cfd54992 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,4 +55,4 @@ jobs: - name: Publish run: pnpm publish package --no-git-checks --tag alpha env: - NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/.npmrc b/.npmrc index 6d3823c8..c42da845 100644 --- a/.npmrc +++ b/.npmrc @@ -1,4 +1 @@ engine-strict = true - -# For GitHub workflow -//registry.npmjs.org/:_authToken = ${NPM_AUTH_TOKEN}