Skip to content

Commit 9a36cae

Browse files
committed
update action
1 parent 5ab693c commit 9a36cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
git config --global user.email '[email protected]'
3535
git commit -am "Release ${{ github.event.release.name }}"
3636
git tag -f ${{ github.event.release.tag_name }}
37-
git push origin HEAD:${{ github.head_ref }}
37+
git push origin HEAD:${{ github.ref_name }}
3838
git push origin -f --tags
3939
4040
build:

0 commit comments

Comments
 (0)