Skip to content

Commit 4299111

Browse files
committed
ci: npm login before attempting to publish
1 parent 1c06d38 commit 4299111

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
registry-url: 'https://registry.npmjs.org'
126126
- run: npm ci
127127
- run: npm run build
128+
- run: npm login
128129
- run: npm publish
129130
env:
130131
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}

0 commit comments

Comments
 (0)