diff --git a/.drone.yml b/.drone.yml index aad3f6e..ddd2240 100644 --- a/.drone.yml +++ b/.drone.yml @@ -78,7 +78,7 @@ volumes: steps: - - name: publish maven central + - name: publish struchkov nexus image: maven:3.8.5-openjdk-17 privileged: true volumes: @@ -95,10 +95,10 @@ steps: - echo "$GPG_PRIVATE_KEY" >> gpg.key - echo "$MAVEN_SETTINGS" >> maven-settings.xml - gpg --pinentry-mode loopback --passphrase $GPG_PASSPHRASE --import gpg.key - - mvn --settings maven-settings.xml -U -P release-struchkov-nexus clean deploy + - mvn --settings maven-settings.xml -U -P ossrh,release-struchkov-nexus clean deploy --- kind: signature -hmac: debf5624439f00ad94ba1b1dc172034ccf94c2048ee5ea003540a18623c8c635 +hmac: 71ee750060bc4bee918fc4d22fb40b233e2357841a81f38d7be83ca8ffcf586c ...