We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5045dce commit dc8e116Copy full SHA for dc8e116
1 file changed
.github/workflows/release.yml
@@ -34,6 +34,8 @@ jobs:
34
run: ./.github/scripts/install.sh
35
- name: Run distribution
36
run: python3 -m nox -e distribution
37
+ - name: Cleanup old dist
38
+ run: rm -rf googlemaps-*
39
- name: Semantic Release
40
uses: cycjimmy/semantic-release-action@v2
41
with:
0 commit comments