diff --git a/scripts/promote-to-maven-central.sh b/scripts/promote-to-maven-central.sh index 5d38b82..639f0ad 100755 --- a/scripts/promote-to-maven-central.sh +++ b/scripts/promote-to-maven-central.sh @@ -4,6 +4,6 @@ set -euo pipefail export BUILD_INFO_LOCATION=$(pwd)/repository/build-info.json -java -jar /opt/concourse-release-scripts.jar publishToCentral 'RELEASE' "$BUILD_INFO_LOCATION" repository +java -jar /concourse-release-scripts.jar publishToCentral 'RELEASE' "$BUILD_INFO_LOCATION" repository echo "Sync complete" \ No newline at end of file