Skip to content

Commit a4e54be

Browse files
fix: Fixed publish script (fix jquense#2330) (jquense#2358)
1 parent 29af470 commit a4e54be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
with:
1919
node-version: 'lts/*'
2020
registry-url: 'https://registry.npmjs.org'
21+
env:
22+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2123

2224
- name: Install Dependencies
2325
run: yarn install
@@ -33,4 +35,5 @@ jobs:
3335
env:
3436
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3537
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
38+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3639
run: npx semantic-release

0 commit comments

Comments
 (0)