Skip to content

Commit

Permalink
ci: add regsitry url to pnpm setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidosmf committed Sep 14, 2023
1 parent a70ab56 commit 8aa6ffa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
with:
cache: 'pnpm'
node-version: ${{ matrix.node-version }}
registry-url: 'https://npm.pkg.github.com/'
env:
NODE_AUTH_TOKEN: ${{ secrets.GPR_TOKEN }}

- name: 📥 Install dependencies
run: pnpm install
Expand Down

0 comments on commit 8aa6ffa

Please sign in to comment.