Skip to content

Commit 83a7c11

Browse files
committed
fix: create npmrc file in ci
1 parent b4fa2d1 commit 83a7c11

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
with:
1414
node-version: '14.x'
1515
registry-url: 'https://registry.npmjs.org'
16+
17+
- uses: ferluisxd/create-npmrc@3
18+
with:
19+
auth_token: ${{ secrets.NPM_TOKEN }}
1620
- run: npm install
1721
- run: npm run test
1822
- name: Semantic Release

0 commit comments

Comments
 (0)