Skip to content

Commit 7a27a2e

Browse files
committed
update workflow
1 parent cdf4e48 commit 7a27a2e

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
@@ -9,6 +9,7 @@ runs:
99
with:
1010
node-version-file: ".nvmrc"
1111
cache: "pnpm"
12+
registry-url: "https://registry.npmjs.org"
1213

1314
- shell: bash
1415
run: pnpm install

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
with:
3333
version: pnpm ci:version
3434
publish: pnpm ci:publish
35-
registry-url: "https://registry.npmjs.org"
35+
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.CHANGESETS_TOKEN }}
38+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)