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 98805da commit 9a4904fCopy full SHA for 9a4904f
.github/workflows/version_bumper.yml
@@ -57,7 +57,7 @@ jobs:
57
ROLE_NAME: ${{ matrix.role }}
58
NEW_VERSION: ${{ matrix.new_version }}
59
REPO: https://${{ matrix.host }}/${{ matrix.repo }}
60
- run: python .github/scripts/version_bump.py --role "${ROLE_NAME}" --new-version "${NEW_VERSION} --repo "${REPO}"
+ run: python .github/scripts/version_bump.py --role "${ROLE_NAME}" --new-version "${NEW_VERSION}" --repo "${REPO}"
61
62
- name: Check git status
63
id: git_state
0 commit comments