Skip to content

Commit

Permalink
fix(ci): pre-install helix-bridge packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Jul 4, 2024
1 parent 8a5ddef commit 8655e01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Install dependencies
run: |
yarn config set npmAuthToken ${{secrets.GITHUB_TOKEN}}
yarn install @helix-bridge/[email protected] @helix-bridge/[email protected]
yarn install --immutable
yarn config unset npmAuthToken
Expand Down

0 comments on commit 8655e01

Please sign in to comment.