1 parent 1d8f040 commit f4b1bdaCopy full SHA for f4b1bda
1 file changed
.github/workflows/ci.yml
@@ -155,10 +155,7 @@ jobs:
155
env:
156
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
157
158
- - name: � Configure NPM Registry
159
- run: |
160
- npm config set registry https://registry.npmjs.org
161
- npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
162
-
163
- name: 🚚 Publish to NPM
164
run: npm publish --access public
+ env:
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments