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

Commit 239c647

Browse files
committed
Login and publish
1 parent 17f5a52 commit 239c647

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
node-version: 20.5.1
2828
registry-url: https://npm.pkg.github.com/
2929
- run: npm ci
30-
- run: npm adduser
30+
- run: npm login
31+
- run: npm whoami
3132
- run: npm publish --access=public
3233
env:
3334
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)