Skip to content

Commit f4b1bda

Browse files
RezaulRezaul
authored andcommitted
fix: npm token issues
1 parent 1d8f040 commit f4b1bda

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,7 @@ jobs:
155155
env:
156156
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
157157

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-
163158
- name: 🚚 Publish to NPM
164159
run: npm publish --access public
160+
env:
161+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)