We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb3539 commit 1a7870aCopy full SHA for 1a7870a
.github/workflows/publish-to-pypi.yml
@@ -32,7 +32,7 @@ jobs:
32
run: |
33
git config --global user.name 'Github Actions'
34
git config --global user.email '[email protected]'
35
- git commit -am "Release ${{ github.event.release.name }}"
+ git commit -am "Release ${{ github.event.release.name }}" --allow-empty
36
git tag -f ${{ github.event.release.tag_name }}
37
git push origin HEAD:v3.6-dev
38
git push origin -f --tags
0 commit comments