Skip to content

Commit df5e3ee

Browse files
committed
fix ci add additional npm login step
1 parent 4abdda0 commit df5e3ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ jobs:
1616
env:
1717
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1818
- run: npm run review
19+
- run: npm login
1920
- run: npm publish

0 commit comments

Comments
 (0)