diff --git a/scripts/prepare-build.sh b/scripts/prepare-build.sh index 52b27b44..1c61310f 100644 --- a/scripts/prepare-build.sh +++ b/scripts/prepare-build.sh @@ -31,6 +31,7 @@ cp -r ../.yarn/releases ./.yarn/ echo "Pushing into Repo" git add . git commit -m "$1" +git tag -s -a "$1" git push --follow-tags origin build echo "Cleaning Directory"