Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Chédru committed Apr 8, 2021
1 parent 3b25c0f commit 3f55353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f55353

Please sign in to comment.