From 0453bb1c25c98af93b177569dd94c026ba70297c Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Sat, 14 Mar 2020 13:11:13 +0100 Subject: [PATCH] Temp disable push of tags --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 4b30af9..2685fb5 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -76,7 +76,7 @@ _push_to_github() { if [ -z "$INPUT_BRANCH" ] then echo "git push origin without branch name" - git push origin --tags + git push origin else git push --set-upstream origin "HEAD:$INPUT_BRANCH" --tags fi