fix updating script

This commit is contained in:
bvn13 2022-08-16 14:30:53 +03:00
parent 72fd298a43
commit 5034afd525

View File

@ -8,6 +8,8 @@ git push --tags
git push origin develop git push origin develop
git checkout master
read -p "Which version to publish? > " version read -p "Which version to publish? > " version
git checkout $version git checkout $version