This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git
commit b3fec8bc24b01f62908e2077234f251838a673b1 Author: Volkan Yazıcı <[email protected]> AuthorDate: Fri Dec 2 11:35:59 2022 +0100 Install and deploy at the end in CI. --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6bb91c9..8c123d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -154,6 +154,8 @@ jobs: --show-version --batch-mode --errors --no-transfer-progress \ -Dgpg.skip=true \ -DskipTests=true \ + -DinstallAtEnd=true \ + -DdeployAtEnd=true \ --settings .github/workflows/maven-settings.xml \ package install:install deploy:deploy env:
