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 06b1f47 commit 1ae2337Copy full SHA for 1ae2337
.github/workflows/python-prerelease.yml
@@ -89,4 +89,4 @@ jobs:
89
run: |
90
VERSION=${{ steps.get-version.outputs.VERSION }}
91
echo "https://github.com/huggingface/${{ matrix.target-repo }}/actions"
92
- echo "https://github.com/huggingface/${{ matrix.target-repo }}/compare/main...ci-test-huggingface-hub-${VERSION}"
+ echo "https://github.com/huggingface/${{ matrix.target-repo }}/compare/main...${BRANCH_NAME}"
0 commit comments