Skip to content

Commit 06b1f47

Browse files
committed
push
1 parent cb315d9 commit 06b1f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
cd ${{ matrix.target-repo }}
5757
VERSION=${{ steps.get-version.outputs.VERSION }}
58-
BRANCH_NAME="ci-test-huggingface-hub-${VERSION}"
58+
BRANCH_NAME="ci-test-huggingface-hub-${VERSION}-release"
5959
6060
# Create and checkout new branch
6161
git checkout -b $BRANCH_NAME

0 commit comments

Comments
 (0)