This is an automated email from the ASF dual-hosted git repository.

grobmeier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-chainsaw.git

commit 74cac693fc89e65ddc299d26a425c27f9a222774
Author: Christian Grobmeier <[email protected]>
AuthorDate: Thu Dec 21 19:17:09 2023 +0100

    removed development profile (no longer exists
---
 .github/workflows/chainsaw.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/chainsaw.yml b/.github/workflows/chainsaw.yml
index 5c673d9..35b6c90 100644
--- a/.github/workflows/chainsaw.yml
+++ b/.github/workflows/chainsaw.yml
@@ -59,8 +59,8 @@ jobs:
         timeout-minutes: 60
         shell: bash
         run: |
-          mvn -Pdevelopment site:site
-          mvn -Pdevelopment install
+          mvn site:site
+          mvn install
 
       - name: archive dmg
         timeout-minutes: 60

Reply via email to