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 58984f1 + c5982f8 commit 337adf4Copy full SHA for 337adf4
.github/workflows/create-release-branches.yml
@@ -51,6 +51,7 @@ jobs:
51
python-version: '3.12'
52
- run: python -m pip install -r release_scripts/requirements.txt
53
- run: |
54
+ mkdir -p ~/.config/git/
55
cat "${{ github.secrets.repo_token }}" > ~/.config/git/credentials
56
git config --global credential.helper store
57
- run: python release_scripts/branches.py --version ${{github.event.inputs.version}}
0 commit comments