Skip to content

Commit

Permalink
ci(release): set token of private npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Carrotzpc committed Jan 5, 2024
1 parent 0dce63a commit 9f4b9c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
with:
version: 8

- name: setting token of private npm registry
run: |
npm set //dev-npm.tenxcloud.net/:_authToken="${{ secrets.NPMTOKEN }}"
- name: Install deps
run: pnpm i

Expand Down

0 comments on commit 9f4b9c4

Please sign in to comment.