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 0478f46 commit a6c6f09Copy full SHA for a6c6f09
.github/workflows/change-version.yml
@@ -16,7 +16,7 @@ jobs:
16
id: extract_branch
17
- name: Change the version number
18
run: |
19
- SU2_PY/change_version_number.py -v "${GITHUB_REF##*/release_v} \"Blackbird\"" -y
+ SU2_PY/change_version_number.py -v ${GITHUB_REF##*/release_v} -r Blackbird -y
20
- name: Commit files
21
22
git config --local user.email "[email protected]"
0 commit comments