Fix bump_version

This commit is contained in:
Francois BIOT
2023-09-10 19:59:56 +02:00
parent f498995aee
commit f38cc536b8
4 changed files with 5 additions and 5 deletions

View File

@@ -60,10 +60,10 @@ else
sed -i "s/'/\"/g" library.json
if [ "$do" == "1" ]; then
echo "Pushing all"
git commit -m "Release $1 $2"
git tag $1
git add library.properties
git add library.json
git commit -m "Release $1 $2"
git tag $1
git push
git push --tags
fi