Skip to content

Commit e1fb653

Browse files
committed
fix double signing
Signed-off-by: see-quick <[email protected]>
1 parent 6c6d937 commit e1fb653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/scripts/push_to_nexus.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ export GPG_TTY=$(tty)
1414
echo $GPG_SIGNING_KEY | base64 -d > signing.gpg
1515
gpg --batch --import signing.gpg
1616

17-
GPG_EXECUTABLE=gpg mvn $MVN_ARGS -DskipTests -s ./.azure/scripts/settings.xml -P central verify deploy
17+
GPG_EXECUTABLE=gpg mvn $MVN_ARGS -DskipTests -s ./.azure/scripts/settings.xml -P central deploy
1818

1919
cleanup

0 commit comments

Comments
 (0)