You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2020/12/21 20:30:22 UTC

[ws-axiom] branch master updated: Fix release profile name in Github Actions config

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new caeac20  Fix release profile name in Github Actions config
caeac20 is described below

commit caeac20a11cda7e057c41d2b9d6ca2e98853170d
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Mon Dec 21 20:29:55 2020 +0000

    Fix release profile name in Github Actions config
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 063296f..d0d8dd5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -29,6 +29,6 @@ jobs:
       with:
         java-version: ${{ matrix.java }}
     - name: Build
-      run: mvn -B -e -Prelease -Dgpg.skip=true verify
+      run: mvn -B -e -Papache-release -Dgpg.skip=true verify
     - name: Remove Snapshots
       run: find ~/.m2/repository -name '*-SNAPSHOT' -a -type d -print0 | xargs -0 rm -rf