We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad012d commit 1542eabCopy full SHA for 1542eab
.github/workflows/ci.yml
@@ -27,6 +27,7 @@ jobs:
27
with:
28
node-version: ${{ matrix.node }}
29
cache: "pnpm"
30
+ registry-url: https://registry.npmjs.org/
31
32
- name: Install dependencies
33
run: pnpm install --frozen-lockfile
@@ -45,5 +46,5 @@ jobs:
45
46
- name: Publish to npm if needed
47
if: github.ref == 'refs/heads/main' && matrix.node == '22'
48
env:
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
49
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
50
run: pnpm publish -r --no-git-checks
0 commit comments