Skip to content

Commit

Permalink
fix: github actions secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
pipinet committed Sep 9, 2024
1 parent f49794c commit 4d05175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4d05175

Please sign in to comment.