From 299446b7e8b500c26e94f21718730a392bc1f05c Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Mon, 6 Mar 2023 12:54:25 -0500 Subject: [PATCH] Commit publish.sh --- publish.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/publish.sh b/publish.sh index 8d71b33..d348bad 100755 --- a/publish.sh +++ b/publish.sh @@ -13,10 +13,9 @@ git tag -a "$TAG_NAME" -m "$TAG_MESSAGE" -s git push --set-upstream origin --all git push --set-upstream origin --tags - ## note this will only work if you have permissions to update HEAD on https://git.sovereign-stack.org/ss/sovereign-stack.git RESPONSE= -read -r -p " Would you like to push this to the main ss repo? (y) ": RESPONSE +read -r -p " Would you like to push this to the main Sovereign Stack repo? (y) ": RESPONSE if [ "$RESPONSE" != "y" ]; then # optional; push to remote git push --set-upstream ss-upstream --all