Skip to content

Commit

Permalink
ci: add install step to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Feb 17, 2024
1 parent fa579cc commit 9391bfe
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 @@ -25,6 +25,13 @@ jobs:
with:
fetch-depth: 0

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

- run: npm ci

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

0 comments on commit 9391bfe

Please sign in to comment.