diff --git a/scripts/publish/publish-build-artifacts.sh b/scripts/publish/publish-build-artifacts.sh index 1b493dd9e3..d85dfe6732 100755 --- a/scripts/publish/publish-build-artifacts.sh +++ b/scripts/publish/publish-build-artifacts.sh @@ -52,7 +52,7 @@ function publishRepo { git commit -m "${COMMIT_MSG}" && \ git push origin master && \ git tag "${BUILD_VER}" && \ - git push origin --tags + git push origin --tags --force ) }