diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bcedd78f..dbd55ec6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,6 +22,7 @@ jobs: with: node-version: "16" cache: "pnpm" + registry-url: " https://registry.npmjs.org" - name: Install dependencies run: pnpm install -r @@ -42,3 +43,5 @@ jobs: - name: Release run: pnpm recursive publish + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}