Skip to content

Commit

Permalink
fix: enable corepack during release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOrangePuff committed Dec 3, 2024
1 parent 0c37465 commit d6f25ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
with:
ref: ${{ github.event.release.target_commitish }}

- name: Enable Corepack
run: corepack enable

- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
Expand Down

0 comments on commit d6f25ef

Please sign in to comment.