Skip to content

Commit

Permalink
fix: added pnpm/action-setup to release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kouts committed Oct 21, 2023
1 parent a452743 commit 48bd3c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ jobs:
check-latest: true

- name: Setup pnpm 📦
run: npm i -g [email protected]
uses: pnpm/action-setup@v2
with:
version: 8.9.2

- name: Install dependencies 📦
run: pnpm i -r
run: pnpm install

- name: Install semantic-release extra plugins 📦
run: pnpm install --save-dev semantic-release @semantic-release/changelog @semantic-release/git
Expand Down

0 comments on commit 48bd3c3

Please sign in to comment.