1
0

Uploads to same folder

This commit is contained in:
Zef Hemel
2023-07-07 13:09:44 +02:00
parent 04d6de18e6
commit fd6f81d500
5 changed files with 51 additions and 26 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash -e
VERSION=$1
echo "export const version = '$VERSION';" > version.ts
echo "export const version = \"$VERSION\";" > version.ts
git commit -am $VERSION
git tag $VERSION
git push && git push --tags