Skip to content

Commit 5a90ce5

Browse files
committed
chore: fix Release job
1 parent bfaf436 commit 5a90ce5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/Release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
with:
2222
node-version: 16
2323

24+
- name: Enable corepack
25+
run: corepack enable
26+
2427
- name: Install Dependencies
2528
run: pnpm install
2629
- name: Build

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
# ignore files
1414
/CHANGELOG.md
1515
/.github/ISSUE_TEMPLATE/
16+
/pnpm-lock.yaml

0 commit comments

Comments
 (0)