Skip to content

Commit

Permalink
chore: fix workflows registry
Browse files Browse the repository at this point in the history
  • Loading branch information
lgou2w committed Jul 25, 2022
1 parent d64ff76 commit 0689189
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 @@ -84,6 +84,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 16
registry-url: https://registry.npmjs.org/

- name: Install pnpm
uses: pnpm/action-setup@v2
Expand Down Expand Up @@ -116,6 +117,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 16
registry-url: https://npm.pkg.github.com/
scope: '@l2studio'

- name: Install pnpm
uses: pnpm/action-setup@v2
Expand Down

0 comments on commit 0689189

Please sign in to comment.