Skip to content

Commit 65ff808

Browse files
committed
fix(release): Solve variable not being replaced correctly while extracting
1 parent bee6fbd commit 65ff808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
VERSION: "0.10.0"
2323
run: |
2424
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
25+
tar xgvf git-chglog_${VERSION}_linux_amd64.tar.gz
2626
mv git-chglog /usr/local/bin/
2727
2828
- name: Generate changelog

0 commit comments

Comments
 (0)