Skip to content

Commit dc7ce02

Browse files
committed
hardcode the action branch
1 parent 9a36cae commit dc7ce02

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.ref_name }}
37+
git push origin HEAD:v3.6-dev
3838
git push origin -f --tags
3939
4040
build:

0 commit comments

Comments
 (0)