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