You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/01/03 13:10:59 UTC

[logging-log4j-tools] branch master updated: INFRA-23996 Try to make `maven-gpg-plugin` work, take 3

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 75efedb  INFRA-23996 Try to make `maven-gpg-plugin` work, take 3
75efedb is described below

commit 75efedb2768f8f7cfb0011cde8ad9d40601e46cf
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Tue Jan 3 14:11:56 2023 +0100

    INFRA-23996 Try to make `maven-gpg-plugin` work, take 3
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5af8e31..b041ff7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -177,7 +177,7 @@ jobs:
         env:
           NEXUS_USERNAME: ${{ secrets.NEXUS_USER }}
           NEXUS_PASSWORD: ${{ secrets.NEXUS_PW }}
-          GPG_PASSPHRASE: ""
+          GPG_PASSPHRASE: "random"
 
       - name: Create artifacts (RELEASE)
         if: startsWith(github.ref, 'refs/heads/release/')