Skip to content

Commit

Permalink
ci: add missing install step to release workflow (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger authored Sep 3, 2023
1 parent 134adf8 commit 39c72e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
node-version: ${{ env.node_version }}
cache: npm

- run: npm ci

- run: npx [email protected]
env:
GITHUB_TOKEN: ${{ env.github_token }}
Expand Down

0 comments on commit 39c72e8

Please sign in to comment.