Skip to content

Commit 9359fee

Browse files
committed
actually run the script rather than just print the python version
1 parent 11102a8 commit 9359fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release-branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
with:
5151
python-version: '3.12'
5252
- run: python -m pip install -r release_scripts/requirements.txt
53-
- run: python --version ${{github.event.inputs.version}}
53+
- run: python release_scripts/branches.py --version ${{github.event.inputs.version}}

0 commit comments

Comments
 (0)