We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab693c commit 9a36caeCopy full SHA for 9a36cae
.github/workflows/publish-to-pypi.yml
@@ -34,7 +34,7 @@ jobs:
34
git config --global user.email '[email protected]'
35
git commit -am "Release ${{ github.event.release.name }}"
36
git tag -f ${{ github.event.release.tag_name }}
37
- git push origin HEAD:${{ github.head_ref }}
+ git push origin HEAD:${{ github.ref_name }}
38
git push origin -f --tags
39
40
build:
0 commit comments