Skip to content

Commit 5663cad

Browse files
authored
Update webpack.yml
1 parent 320ce28 commit 5663cad

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/webpack.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Build the project
2828
run: npm run build
2929

30+
- name: Set up npm credentials
31+
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
32+
3033
- name: Publish to npm
3134
run: npm publish
3235
env:

0 commit comments

Comments
 (0)