Skip to content

Commit

Permalink
fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
baryon2 committed Sep 11, 2023
1 parent 9e64c54 commit 9666db4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ runs:
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
with:
registry-url: 'https://npm.pkg.github.com'
scope: '@leapwallet'
registry-url: "https://npm.pkg.github.com"
scope: "@leapwallet"
run: |
yarn install --cwd example --frozen-lockfile
yarn install --frozen-lockfile
Expand Down

0 comments on commit 9666db4

Please sign in to comment.