Skip to content

Commit

Permalink
build: 📦 fix release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Jan 26, 2024
1 parent a6b9152 commit 5a50cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 5a50cf3

Please sign in to comment.