Skip to content

Commit

Permalink
chore: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
belopash committed Dec 19, 2024
1 parent 561867c commit 158f228
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ env.cache-name }}-yarn-
- name: Install
run: yarn install
- name: Install Yarn
run: |
corepack enable
yarn install
- name: Test
run: yarn test
Expand Down

0 comments on commit 158f228

Please sign in to comment.