Skip to content

Commit

Permalink
ci: fix git-cliff installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mbelak-dtml committed Oct 11, 2023
1 parent c22b69e commit 6982fa3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
curl -sSfL "https://github.com/convco/convco/releases/download/${{ env.CONVCO_VERSION }}/convco-ubuntu.zip" | zcat > /usr/local/bin/convco
chmod +x /usr/local/bin/convco
- name: Install git-cliff
run: |
wget "https://github.com/orhun/git-cliff/releases/download/v${{ env.CONVCO_VERSION }}/git-cliff-${{ env.CONVCO_VERSION }}-x86_64-unknown-linux-gnu.tar.gz" | zcat > usr/local/bin/git-cliff
run: npx git-cliff@${{ env.GITCLIFF_VERSION }}
- name: Set variables
id: set-vars
run: |
Expand Down

0 comments on commit 6982fa3

Please sign in to comment.