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.
2 parents 81268e8 + 3dad9fe commit f1de2ceCopy full SHA for f1de2ce
.github/workflows/publish.yml
@@ -41,9 +41,8 @@ jobs:
41
42
- name: Install git-chglog
43
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
+ curl -LO https://github.com/git-chglog/git-chglog/releases/download/v0.15.4/git-chglog_0.15.4_linux_386.tar.gz
+ tar -xzf git-chglog_0.15.4_linux_386.tar.gz
47
chmod +x git-chglog
48
sudo mv git-chglog /usr/local/bin/
49
git-chglog --version
0 commit comments