Fix build

This commit is contained in:
Zef Hemel
2023-01-05 15:31:10 +01:00
parent 7e6781012e
commit 9e2dbcf015
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash -e
VERSION=$1
cd desktop; npm version $VERSION; cd ..
git commit -am $VERSION
git tag $VERSION
git push && git push --tags