Skip to content

Commit 6ba9b28

Browse files
authored
Merge pull request #293 from weaviate/ci/npm-login
fix(ci): npm login before attempting to publish
2 parents 1c06d38 + 4299111 commit 6ba9b28

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)