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 11102a8 commit 9359feeCopy full SHA for 9359fee
.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