Skip to content

Commit

Permalink
fix: cleanup dist
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Jul 29, 2021
1 parent 5420d7d commit 964cecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Run distribution
run: python3 -m nox -e distribution
- name: Cleanup old dist
run: rm -rf googlemaps-*
run: rm -rf googlemaps-* dist/
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
with:
Expand Down

0 comments on commit 964cecd

Please sign in to comment.