Skip to content

Commit c7bfb9a

Browse files
committed
try use npm config token
1 parent 720e62c commit c7bfb9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- run: bun publish
1616
working-directory: dist
1717
env:
18-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
18+
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)