Skip to content

Commit 06cf8b2

Browse files
committed
use npm token
1 parent 42f8f35 commit 06cf8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ jobs:
9494
- run: pnpm build
9595
- run: pnpm publish --access public --no-git-checks
9696
env:
97-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
97+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)