From c7c04a57e86399e9b3986684b0d0cfba26ce734e Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Sun, 21 Feb 2021 23:21:27 +0800 Subject: [PATCH] shell --- npm-publish.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/npm-publish.sh b/npm-publish.sh index 9bc44c6..d07916e 100644 --- a/npm-publish.sh +++ b/npm-publish.sh @@ -44,6 +44,7 @@ function commit() { printf "\n" git push origin main git push origin npm + git checkout main # done printf "\n\n> \033[32m%s\033[0m\n" 'Congratulations!' }