We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb315d9 commit 06b1f47Copy full SHA for 06b1f47
.github/workflows/python-prerelease.yml
@@ -55,7 +55,7 @@ jobs:
55
run: |
56
cd ${{ matrix.target-repo }}
57
VERSION=${{ steps.get-version.outputs.VERSION }}
58
- BRANCH_NAME="ci-test-huggingface-hub-${VERSION}"
+ BRANCH_NAME="ci-test-huggingface-hub-${VERSION}-release"
59
60
# Create and checkout new branch
61
git checkout -b $BRANCH_NAME
0 commit comments