Skip to content

Commit f1de2ce

Browse files
Merge pull request #131 from cortexapps/staging #patch
chore: Fix install of git-chglog
2 parents 81268e8 + 3dad9fe commit f1de2ce

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ jobs:
4141
4242
- name: Install git-chglog
4343
run: |
44-
GIT_CHGLOG_VERSION="0.15.4"
45-
curl -LO https://github.com/git-chglog/git-chglog/releases/download/v${GIT_CHGLOG_VERSION}/git-chglog_linux_amd64.tar.gz
46-
tar -xzf git-chglog_linux_amd64.tar.gz
44+
curl -LO https://github.com/git-chglog/git-chglog/releases/download/v0.15.4/git-chglog_0.15.4_linux_386.tar.gz
45+
tar -xzf git-chglog_0.15.4_linux_386.tar.gz
4746
chmod +x git-chglog
4847
sudo mv git-chglog /usr/local/bin/
4948
git-chglog --version

0 commit comments

Comments
 (0)