We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320ce28 commit 5663cadCopy full SHA for 5663cad
1 file changed
.github/workflows/webpack.yml
@@ -27,6 +27,9 @@ jobs:
27
- name: Build the project
28
run: npm run build
29
30
+ - name: Set up npm credentials
31
+ run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
32
+
33
- name: Publish to npm
34
run: npm publish
35
env:
0 commit comments