Skip to content

Commit d8a62ac

Browse files
authored
Update npm-publish.yml
1 parent 0d77c7d commit d8a62ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- uses: actions/setup-node@v4
2323
with:
2424
node-version: 16
25-
registry-url: https://registry.npmjs.org/
25+
registry-url: https://registry.npmjs.org
2626
- run: npm ci
2727
- run: npm publish
2828
env:
29-
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
29+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)