Skip to content

Commit 78a47cf

Browse files
committed
fix(ci): npm auth
1 parent 18302bc commit 78a47cf

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
@@ -78,8 +78,11 @@ jobs:
7878

7979
- name: Setup node
8080
uses: actions/setup-node@v4
81+
env:
82+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8183
with:
8284
node-version: 20.x
85+
registry-url: https://registry.npmjs.org/
8386

8487
- name: Update version
8588
shell: bash

0 commit comments

Comments
 (0)