We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5420d7d commit 964cecdCopy full SHA for 964cecd
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Run distribution
36
run: python3 -m nox -e distribution
37
- name: Cleanup old dist
38
- run: rm -rf googlemaps-*
+ run: rm -rf googlemaps-* dist/
39
- name: Semantic Release
40
uses: cycjimmy/semantic-release-action@v2
41
with:
0 commit comments