Skip to content

Commit

Permalink
ci: install dependencies after renovate run through
Browse files Browse the repository at this point in the history
  • Loading branch information
jembach committed Jul 12, 2022
1 parent d04273b commit 0ba50d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
git restore .
git pull
- name: Install dependencies
run: npm ci

- name: Semantic release
run: ./node_modules/.bin/turbo run release --filter="!@makaira/storefront-types" --concurrency=1 --continue=false
env:
Expand Down

0 comments on commit 0ba50d7

Please sign in to comment.