Skip to content

Commit ca4af7a

Browse files
committed
ci: clean workspace for a release
1 parent 2bc068d commit ca4af7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ jobs:
102102
- name: Install dependencies
103103
run: opam exec -- make deps
104104

105+
- name: Clean start on releases
106+
if: ${{ startsWith(github.ref, 'refs/tags/') }}
107+
run: opam exec -- make clean
108+
105109
- name: Build project
106110
run: opam exec -- make build
107111

0 commit comments

Comments
 (0)