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