diff --git a/.github/workflows/create-release-branches.yml b/.github/workflows/create-release-branches.yml index 66d5603..f5b7705 100644 --- a/.github/workflows/create-release-branches.yml +++ b/.github/workflows/create-release-branches.yml @@ -50,4 +50,4 @@ jobs: with: python-version: '3.12' - run: python -m pip install -r release_scripts/requirements.txt - - run: python --version ${{github.event.inputs.version}} + - run: python release_scripts/branches.py --version ${{github.event.inputs.version}}