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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-minho.git


The following commit(s) were added to refs/heads/main by this push:
     new 8d10392  Don't sign SNAPSHOTs artifacts by default
8d10392 is described below

commit 8d10392a583dca4da8d2467dcba654b335eb8f9c
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sat Oct 22 07:25:47 2022 +0200

    Don't sign SNAPSHOTs artifacts by default
---
 .github/workflows/deploy.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 9622388..94ae980 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -42,4 +42,4 @@ jobs:
           distribution: 'temurin'
           cache: maven
       - name: Deploy
-        run: mvn -U -B -e -fae -Papache-release clean deploy --settings 
.github/asf-deploy-settings.xml
+        run: mvn -U -B -e -fae clean deploy --settings 
.github/asf-deploy-settings.xml

Reply via email to