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 323d734 commit bee6fbdCopy full SHA for bee6fbd
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
env:
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
+ 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
26
mv git-chglog /usr/local/bin/
27
0 commit comments