Skip to content

Commit

Permalink
Enable corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
noisekit committed Sep 9, 2024
1 parent dc173d2 commit d7fefb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-governance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
ref: '${{ github.sha }}'
ssh-key: '${{ secrets.V3UI_SSH_KEY }}'

- run: corepack enable && corepack install
working-directory: v3ui

- run: yarn workspaces focus @snx-v3/governance
working-directory: v3ui

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-liquidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
ref: '${{ github.sha }}'
ssh-key: '${{ secrets.V3UI_SSH_KEY }}'

- run: corepack enable && corepack install
working-directory: v3ui

- run: yarn workspaces focus @snx-v3/liquidity
working-directory: v3ui

Expand Down

0 comments on commit d7fefb2

Please sign in to comment.