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 <veit...@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