Skip to content

Commit

Permalink
fix: npm install before semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki authored Jul 8, 2022
1 parent 8bc04ac commit e806924
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,10 @@ jobs:
- name: Write CID to tmp file
run: |
echo ${{ needs.publishPreview.outputs.cid }} > .cid
- name: Install dependencies
run: npm ci --prefer-offline --no-audit --progress=false --cache ${{ github.workspace }}/.cache/npm

# Update the version (npm version [major|minor|patch])
- name: Run semantic release
run: |
Expand Down

0 comments on commit e806924

Please sign in to comment.