chore(release): fix release version creation

This commit is contained in:
DataHearth 2022-07-10 12:44:53 +02:00
parent 48fef365e8
commit 6e5ede992a
1 changed files with 1 additions and 1 deletions

View File

@ -72,4 +72,4 @@ log "INFO" "building Darwin binary"
GOOS=darwin go build -o build/x86-x64_darwin_config-mapper
log "INFO" "creating release"
git-chglog -t .chglog/RELEASE_CHANGELOG.tpl.md | gh release create -F - v0.4.0 build/x86-x64_*
git-chglog -t .chglog/RELEASE_CHANGELOG.tpl.md | gh release create -F - $release build/x86-x64_*