GRM-34: fix: use full path for git-cliff version check in install step

This commit is contained in:
2026-06-21 14:48:02 +00:00
parent ea8b71da1a
commit 09699696c0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
mv "$TMPDIR/git-cliff-${GIT_CLIFF_VERSION}/git-cliff" "$HOME/.local/bin/git-cliff"
chmod +x "$HOME/.local/bin/git-cliff"
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
git-cliff --version
"$HOME/.local/bin/git-cliff" --version
- name: Install build tools
run: |
python3 -m pip install --break-system-packages build twine requests python-dotenv click
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
mv "$TMPDIR/git-cliff-${GIT_CLIFF_VERSION}/git-cliff" "$HOME/.local/bin/git-cliff"
chmod +x "$HOME/.local/bin/git-cliff"
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
git-cliff --version
"$HOME/.local/bin/git-cliff" --version
- name: Install Python dependencies
run: python3 -m pip install --break-system-packages requests python-dotenv click
- name: Configure git