Skip to content

Commit

Permalink
Merge pull request #1412 from aligent/fix/enable-corepack-during-release
Browse files Browse the repository at this point in the history
fix: enable corepack during release
  • Loading branch information
TheOrangePuff authored Dec 3, 2024
2 parents 0c37465 + d6f25ef commit 6540d14
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 6540d14

Please sign in to comment.