Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit 3856c53

Browse files
committed
Print authentication
1 parent a28acea commit 3856c53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626

2727
- name: Publish to NPM
2828
run: |
29+
echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
2930
npm publish --access public
3031
env:
3132
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)