Skip to content

Commit

Permalink
fix: enable corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdossa committed Aug 27, 2024
1 parent 5d7198d commit f8a0391
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
with:
node-version: 18.14
- name: Install dependencies
run: yarn
run: |
corepack enable
yarn
- name: Semantic release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit f8a0391

Please sign in to comment.