Skip to content

Commit

Permalink
add missing install step
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Sep 3, 2023
1 parent 134adf8 commit 3512a09
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 3512a09

Please sign in to comment.