Skip to content

Commit 5a624f4

Browse files
committed
feat(npm): add npm login command
1 parent ef7f11d commit 5a624f4

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
@@ -20,4 +20,5 @@ jobs:
2020
run: |
2121
echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
2222
npm config set email "${NPM_EMAIL}"
23+
npm login
2324
- run: npm publish

0 commit comments

Comments
 (0)