From 9a36caed92e0e668322fa46d3094f2b73ecf5138 Mon Sep 17 00:00:00 2001 From: AndyEveritt <38423143+AndyEveritt@users.noreply.github.com> Date: Wed, 4 Dec 2024 17:46:06 +0000 Subject: [PATCH] update action --- .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 184e150..8e3bcc3 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.head_ref }} + git push origin HEAD:${{ github.ref_name }} git push origin -f --tags build: