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.
2 parents 11102a8 + 9359fee commit 362a4d6Copy full SHA for 362a4d6
.github/workflows/create-release-branches.yml
@@ -50,4 +50,4 @@ jobs:
50
with:
51
python-version: '3.12'
52
- run: python -m pip install -r release_scripts/requirements.txt
53
- - run: python --version ${{github.event.inputs.version}}
+ - run: python release_scripts/branches.py --version ${{github.event.inputs.version}}
0 commit comments