Skip to content

Commit 964cecd

Browse files
authored
fix: cleanup dist
1 parent 5420d7d commit 964cecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Run distribution
3636
run: python3 -m nox -e distribution
3737
- name: Cleanup old dist
38-
run: rm -rf googlemaps-*
38+
run: rm -rf googlemaps-* dist/
3939
- name: Semantic Release
4040
uses: cycjimmy/semantic-release-action@v2
4141
with:

0 commit comments

Comments
 (0)