diff --git a/Earthfile b/Earthfile index e41db8d..6520048 100644 --- a/Earthfile +++ b/Earthfile @@ -28,7 +28,7 @@ check: publish: FROM +build-base COPY . . - RUN export MAVEN_GPG_PRIVATE_KEY=$(cat ./maven_private_key) + ENV MAVEN_GPG_PRIVATE_KEY=$(cat ./maven_private_key) RUN gradle publishAllPublicationsToCentralPortal --no-parallel --no-daemon ci-check: