You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@baremaps.apache.org by bc...@apache.org on 2024/03/14 10:22:14 UTC

(incubator-baremaps) branch 752-release-automation updated: disable maven gpg for now

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

bchapuis pushed a commit to branch 752-release-automation
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git


The following commit(s) were added to refs/heads/752-release-automation by this push:
     new f5a00b07 disable maven gpg for now
f5a00b07 is described below

commit f5a00b07091116dbbb679b311eee53a3de19bf11
Author: Bertil Chapuis <bc...@gmail.com>
AuthorDate: Thu Mar 14 11:22:08 2024 +0100

    disable maven gpg for now
---
 .github/workflows/release.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 6f6aa7dd..e4df4ab6 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -20,11 +20,11 @@ jobs:
           java-version: 17
           distribution: temurin
           cache: maven
-          server-id: apache
-          server-username: ${{ secrets.SERVER_USERNAME }}
-          server-password: ${{ secrets.SERVER_PASSWORD }}
-          gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
-          gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
+#          server-id: apache
+#          server-username: ${{ secrets.SERVER_USERNAME }}
+#          server-password: ${{ secrets.SERVER_PASSWORD }}
+#          gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
+#          gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
       - name: Extract version
         run: echo ::set-output name=value::$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
         id: version