From 0897c8eebd14de6223064fc2930a01bea1047156 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Thu, 1 Feb 2024 11:57:09 -0700 Subject: [PATCH] just kidding (#7241) Release Notes: - N/A --- script/deploy-collab | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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