diff --git a/publish_remote.sh b/publish_remote.sh index f0c39be5e6..c116c6ac72 100755 --- a/publish_remote.sh +++ b/publish_remote.sh @@ -1,11 +1,4 @@ #!/bin/bash -# Build the baseline profile. -./assemble_baseline_profile.sh - -if [[ `git status --porcelain` ]]; then - echo "The baseline profile has changed. Commit the changes before publishing." -else - # Build and upload the artifacts to 'mavenCentral'. - ./gradlew publish -fi +# Build and upload the artifacts to 'mavenCentral'. +./gradlew publish