Skip to content

Commit be5c80d

Browse files
committed
fix release issue?
1 parent 3e77414 commit be5c80d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/setup/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ runs:
88
- uses: actions/setup-node@v6
99
with:
1010
node-version-file: ".nvmrc"
11+
registry-url: "https://registry.npmjs.org"
1112
cache: "pnpm"
1213

1314
- shell: bash

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
uses: changesets/action@v1
3030
with:
3131
version: pnpm ci:version
32-
publish: NODE_AUTH_TOKEN="" pnpm ci:publish
32+
publish: pnpm ci:publish
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.CHANGESETS_TOKEN }}
35+
NPM_TOKEN: ""

0 commit comments

Comments
 (0)