Skip to content

Commit

Permalink
fix: release workflows missing install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPattell committed Apr 16, 2024
1 parent 7479359 commit a63a8eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ssr-boost-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
if: ${{ inputs.has-release-asset }}
run: zip -r build.zip ${{ inputs.build-folder }} package.json package-lock.json README.md

# install all related semantic-release deps
- name: Install dependencies
run: npm ci

- name: Release
run: npx semantic-release
env:
Expand Down

0 comments on commit a63a8eb

Please sign in to comment.