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.
1 parent bee6fbd commit 65ff808Copy full SHA for 65ff808
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
VERSION: "0.10.0"
23
run: |
24
wget https://github.com/git-chglog/git-chglog/releases/download/v${VERSION}/git-chglog_${VERSION}_linux_amd64.tar.gz
25
- tar xgvf git-chglog_$VERSION_linux_amd64.tar.gz
+ tar xgvf git-chglog_${VERSION}_linux_amd64.tar.gz
26
mv git-chglog /usr/local/bin/
27
28
- name: Generate changelog
0 commit comments