We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27153b0 commit 66aa957Copy full SHA for 66aa957
1 file changed
.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