diff --git a/script/deploy-collab b/script/deploy-collab index 4caf0ae784efaf167f910fd6dbb0743ad0a0996c..d0139a084f3fe84c7a8103eae23584ea3eedf46c 100755 --- a/script/deploy-collab +++ b/script/deploy-collab @@ -16,6 +16,6 @@ if [ "$branch" != "main" ]; then exit 1 fi -echo git pull --ff-only origin main -echo git tag -f $tag -echo git push -f origin $tag +git pull --ff-only origin main +git tag -f $tag +git push -f origin $tag