Skip to content

Commit

Permalink
fix makerelease bug
Browse files Browse the repository at this point in the history
  • Loading branch information
TudbuT committed May 15, 2022
1 parent 3e95333 commit 99e3c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makerelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ echo "then press enter and hit publish once the"
echo "script is done."
read
git push
git tag -aF message.txt $(cat version.txt)
git tag -aF message.txt "$(cat version.txt)"
git push --tags
git checkout dev

0 comments on commit 99e3c7e

Please sign in to comment.