Skip to content

Commit 31751c7

Browse files
author
Zvi Fried
committed
fix: clean dist directory before building in release workflow
1 parent 5203e34 commit 31751c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ jobs:
6161
echo "" >> $GITHUB_OUTPUT
6262
echo "EOF" >> $GITHUB_OUTPUT
6363
64+
- name: Clean dist directory
65+
run: |
66+
rm -rf dist/
67+
6468
- name: Build package
6569
run: |
6670
uv build --no-sources

0 commit comments

Comments
 (0)