From 3f5535377c4ce5377f65974a9993e4fb4e0a3c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Ch=C3=A9dru?= Date: Thu, 8 Apr 2021 15:41:50 +0200 Subject: [PATCH] Fix build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 36e8026..04fb41d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: echo ${GPG_SECRET_KEY} | base64 --decode | gpg --import --no-tty --batch --yes echo ${GPG_OWNERTRUST} | base64 --decode | gpg --import-ownertrust --no-tty --batch --yes mvn -ntp versions:set -DnewVersion=${TAG} - mvn -ntp -s .github/settings.xml -Prelease + mvn -ntp -s .github/settings.xml -Prelease deploy else # this is a regular build mvn -ntp install