diff --git a/.drone.yml b/.drone.yml index b9a3e6f..ccb23ea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: AUTH_TOKEN: # Gitea access token ENV variable from_secret: auth # Name of DroneCI secret exposed above commands: - - ./gradlew publishAllPublicationsToGiteaRepository + - ./gradlew build publishAllPublicationsToGiteaRepository when: event: - tag