Skip to content

Commit

Permalink
release.sh: fix version file generation
Browse files Browse the repository at this point in the history
Signed-off-by: Thilo Fromm <[email protected]>
  • Loading branch information
t-lo committed May 16, 2023
1 parent 88c4d41 commit a52d7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ docker build -t "${container}:${version}" .
docker tag "${container}:latest" "${container}:${version}"

yell "Creating the release tarball"
echo "${release_name}" >VERSION
echo "${version}" >VERSION
tar czvf "${release_name}.tgz" -T release-files.txt

yell "Creating the release tag"
Expand Down

0 comments on commit a52d7da

Please sign in to comment.