Skip to content

Commit bee6fbd

Browse files
committed
fix(release): Solve version not replacing correctly
1 parent 323d734 commit bee6fbd

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
@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
VERSION: "0.10.0"
2323
run: |
24-
wget https://github.com/git-chglog/git-chglog/releases/download/v$VERSION/git-chglog_$VERSION_linux_amd64.tar.gz
24+
wget https://github.com/git-chglog/git-chglog/releases/download/v${VERSION}/git-chglog_${VERSION}_linux_amd64.tar.gz
2525
tar xgvf git-chglog_$VERSION_linux_amd64.tar.gz
2626
mv git-chglog /usr/local/bin/
2727

0 commit comments

Comments
 (0)