Uploads to same folder
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user