1
1
Fork 1

Commit publish.sh

This commit is contained in:
Derek Smith 2023-03-06 12:54:25 -05:00
parent a19bbec9c1
commit 299446b7e8
Signed by: farscapian
GPG Key ID: B443E530A14E1C90
1 changed files with 1 additions and 2 deletions

View File

@ -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