Skip to content

Commit f380a37

Browse files
authored
[ci] NODE_AUTH_TOKEN -> NPM_TOKEN (#163)
1 parent 6145d2f commit f380a37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
- run: npm run build -ws
3333
- run: npm publish -ws
3434
env:
35-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
35+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)