Skip to content

Commit 1542eab

Browse files
committed
Take two on publishing from CI.
1 parent 6ad012d commit 1542eab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
with:
2828
node-version: ${{ matrix.node }}
2929
cache: "pnpm"
30+
registry-url: https://registry.npmjs.org/
3031

3132
- name: Install dependencies
3233
run: pnpm install --frozen-lockfile
@@ -45,5 +46,5 @@ jobs:
4546
- name: Publish to npm if needed
4647
if: github.ref == 'refs/heads/main' && matrix.node == '22'
4748
env:
48-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
49+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4950
run: pnpm publish -r --no-git-checks

0 commit comments

Comments
 (0)