Skip to content

Commit

Permalink
explicitly run pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Nov 20, 2023
1 parent e5a59b5 commit 9427226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm install --frozen-lockfile
- name: npm publish
run: node ./dist/cli.js publish
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-plan-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm install --frozen-lockfile
- name: "Generate Explanation and Prep Changelogs"
id: explanation
run: |
Expand Down

0 comments on commit 9427226

Please sign in to comment.