Skip to content

Commit 9a4904f

Browse files
committed
ci: fix typo
1 parent 98805da commit 9a4904f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version_bumper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
ROLE_NAME: ${{ matrix.role }}
5858
NEW_VERSION: ${{ matrix.new_version }}
5959
REPO: https://${{ matrix.host }}/${{ matrix.repo }}
60-
run: python .github/scripts/version_bump.py --role "${ROLE_NAME}" --new-version "${NEW_VERSION} --repo "${REPO}"
60+
run: python .github/scripts/version_bump.py --role "${ROLE_NAME}" --new-version "${NEW_VERSION}" --repo "${REPO}"
6161

6262
- name: Check git status
6363
id: git_state

0 commit comments

Comments
 (0)