Skip to content

Commit 5dce513

Browse files
committed
fix release
1 parent fefd098 commit 5dce513

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525

2626
- run: pnpm install
2727

28-
- run: |
29-
pnpm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
30-
pnpm publish --access public --no-git-checks
28+
- run: pnpm publish --access public --no-git-checks
3129
env:
30+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3231
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)