Skip to content

Commit

Permalink
ci: fetch latest git version after renovate created an update
Browse files Browse the repository at this point in the history
  • Loading branch information
jembach committed Jul 4, 2022
1 parent 67b9638 commit 2447403
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 @@ -63,6 +63,9 @@ jobs:
GIT_AUTHOR: ${{ secrets.GIT_AUTHOR }}
LOG_LEVEL: debug

- name: Fetch latest version
run: git pull

- 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 2447403

Please sign in to comment.