From dc7ce0247e761752696e7ad7ac8f38ccdfed2ee3 Mon Sep 17 00:00:00 2001 From: AndyEveritt <38423143+AndyEveritt@users.noreply.github.com> Date: Wed, 4 Dec 2024 17:54:19 +0000 Subject: [PATCH] hardcode the action branch --- .github/workflows/publish-to-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 8e3bcc3..b041478 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -34,7 +34,7 @@ jobs: git config --global user.email '38423143+AndyEveritt@users.noreply.github.com' git commit -am "Release ${{ github.event.release.name }}" git tag -f ${{ github.event.release.tag_name }} - git push origin HEAD:${{ github.ref_name }} + git push origin HEAD:v3.6-dev git push origin -f --tags build: