Skip to content

Commit

Permalink
chore: fix release pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Jun 17, 2024
1 parent 9b6f424 commit a34f7a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: enable yarn # needed in some tests
run: |-
corepack enable
yarn --version
- name: Checkout code
# see https://github.com/actions/checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit a34f7a5

Please sign in to comment.