From 5a50cf3fa1e5eb1bc11336174977587887a96db6 Mon Sep 17 00:00:00 2001 From: David Gidwani Date: Thu, 25 Jan 2024 20:16:56 -0500 Subject: [PATCH] build: :package: fix release CI --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 97a229c..d50d075 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -255,7 +255,7 @@ jobs: run: | # use the same default branch name that create-pull-request uses git checkout -b create-pull-request/patch - git branch --set-origin-to=origin/create-pull-request/patch + git branch --set-origin origin/create-pull-request/patch - name: Semantic release uses: python-semantic-release/python-semantic-release@v8.7.2