Skip to content

Commit 919d1a7

Browse files
committed
fix login before publish
2 parents 578c5bf + 2d9270f commit 919d1a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- uses: actions/setup-node@v4
1313
- run: npm install
1414
- run: npm run review
15-
- run: npm publish
15+
- run: npm login
1616
env:
1717
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
18+
- run: npm publish

0 commit comments

Comments
 (0)