Skip to content

Commit a6c6f09

Browse files
committed
Fix change version script
1 parent 0478f46 commit a6c6f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/change-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id: extract_branch
1717
- name: Change the version number
1818
run: |
19-
SU2_PY/change_version_number.py -v "${GITHUB_REF##*/release_v} \"Blackbird\"" -y
19+
SU2_PY/change_version_number.py -v ${GITHUB_REF##*/release_v} -r Blackbird -y
2020
- name: Commit files
2121
run: |
2222
git config --local user.email "[email protected]"

0 commit comments

Comments
 (0)