Skip to content

Commit

Permalink
Update publish.yml (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Madis0 authored Jun 8, 2024
1 parent a0a429d commit e5b1901
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Enable CorePack
run: corepack enable
- name: Disable CorePack for yarn
run: corepack disable yarn
- name: Enable CorePack for pnpm
run: corepack enable pnpm
- name: Set up Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit e5b1901

Please sign in to comment.