diff --git a/.teamcity/build-macos.sh b/.teamcity/build-macos.sh index 43d47195..9ea3e1f4 100755 --- a/.teamcity/build-macos.sh +++ b/.teamcity/build-macos.sh @@ -2,12 +2,6 @@ set -euo pipefail -if ! git describe --tags --exact-match 2>/dev/null ; then - echo "Skipping public release for an untagged commit." - echo "##teamcity[buildStatus status='SUCCESS' text='Skipped due to lack of tag']" - exit 0 -fi - if [[ "$(uname)" != "Darwin" ]] ; then echo "This should be run on macOS" exit 1