Skip to content

Commit

Permalink
ci: discard unstaged changes before git pull
Browse files Browse the repository at this point in the history
  • Loading branch information
jembach committed Jul 5, 2022
1 parent 5c83367 commit 20b3369
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ jobs:
LOG_LEVEL: debug

- name: Fetch latest version
run: git pull
run: |
git restore .
git pull
- name: Semantic release
run: ./node_modules/.bin/turbo run release --filter="!@makaira/storefront-types" --concurrency=1 --continue=false
Expand Down

0 comments on commit 20b3369

Please sign in to comment.