Skip to content

Commit

Permalink
ci: add install step to release
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Feb 4, 2024
1 parent 0363010 commit 2a4b2bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ jobs:
with:
version: 8

- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm

- run: pnpm i

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

0 comments on commit 2a4b2bc

Please sign in to comment.