Skip to content

Commit

Permalink
ci(release): set token to npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Carrotzpc committed Jan 5, 2024
1 parent 0dce63a commit a6bba3e
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 to npmrc
run: |
echo '//dev-npm.tenxcloud.net/:_authToken="${{ secrets.NPMTOKEN }}"' > /tmp/npmrc
- name: Install deps
run: pnpm i

Expand Down

0 comments on commit a6bba3e

Please sign in to comment.