diff --git a/scripts/ci/publish-build-artifacts.sh b/scripts/ci/publish-build-artifacts.sh index 87d88f87393..7ffd2a043b3 100755 --- a/scripts/ci/publish-build-artifacts.sh +++ b/scripts/ci/publish-build-artifacts.sh @@ -96,7 +96,7 @@ function publishRepo { git config user.email "${COMMITTER_USER_EMAIL}" && \ git add --all && \ git commit -m "${COMMIT_MSG}" --quiet && \ - git tag "${BUILD_VER}" && \ + git tag "${BUILD_VER}" --force && \ git push origin "${BRANCH}" --tags --force ) }