Skip to content

Commit

Permalink
ci: add pnpm setup prior to running semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Feb 3, 2024
1 parent 3cad939 commit 47e1e32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
path: tmp
pattern: bundle-*

- uses: pnpm/action-setup@v2
with:
version: 8

- uses: glzr-io/actions/semantic-release@main
with:
gh-publish: true
Expand Down

0 comments on commit 47e1e32

Please sign in to comment.