GRM-34: fix: use full path for git-cliff version check in install step
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
|||||||
mv "$TMPDIR/git-cliff-${GIT_CLIFF_VERSION}/git-cliff" "$HOME/.local/bin/git-cliff"
|
mv "$TMPDIR/git-cliff-${GIT_CLIFF_VERSION}/git-cliff" "$HOME/.local/bin/git-cliff"
|
||||||
chmod +x "$HOME/.local/bin/git-cliff"
|
chmod +x "$HOME/.local/bin/git-cliff"
|
||||||
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
|
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
|
||||||
git-cliff --version
|
"$HOME/.local/bin/git-cliff" --version
|
||||||
- name: Install build tools
|
- name: Install build tools
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --break-system-packages build twine requests python-dotenv click
|
python3 -m pip install --break-system-packages build twine requests python-dotenv click
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
mv "$TMPDIR/git-cliff-${GIT_CLIFF_VERSION}/git-cliff" "$HOME/.local/bin/git-cliff"
|
mv "$TMPDIR/git-cliff-${GIT_CLIFF_VERSION}/git-cliff" "$HOME/.local/bin/git-cliff"
|
||||||
chmod +x "$HOME/.local/bin/git-cliff"
|
chmod +x "$HOME/.local/bin/git-cliff"
|
||||||
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
|
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
|
||||||
git-cliff --version
|
"$HOME/.local/bin/git-cliff" --version
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: python3 -m pip install --break-system-packages requests python-dotenv click
|
run: python3 -m pip install --break-system-packages requests python-dotenv click
|
||||||
- name: Configure git
|
- name: Configure git
|
||||||
|
|||||||
Reference in New Issue
Block a user