Skip to content

Commit

Permalink
chore: fix Release job
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jul 22, 2023
1 parent bfaf436 commit 5a90ce5
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -21,6 +21,9 @@ jobs:
with:
node-version: 16

- name: Enable corepack
run: corepack enable

- name: Install Dependencies
run: pnpm install
- name: Build
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
# ignore files
/CHANGELOG.md
/.github/ISSUE_TEMPLATE/
/pnpm-lock.yaml

0 comments on commit 5a90ce5

Please sign in to comment.