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/10 10:33:51 UTC

[logging-log4j-tools] branch release/0.1.0 updated: Create detached signature in CI

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

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


The following commit(s) were added to refs/heads/release/0.1.0 by this push:
     new e82a441  Create detached signature in CI
e82a441 is described below

commit e82a44142280d013bd76ea18951fde00dcee192b
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Tue Jan 10 11:34:40 2023 +0100

    Create detached signature in CI
---
 .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 b1493bf..cbd9314 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -190,7 +190,7 @@ jobs:
         run: |
           export ZIP_FILEPATH="/tmp/apache-log4j-tools-${PROJECT_VERSION}-src.zip"
           git ls-files -z | xargs -0 zip -9 "$ZIP_FILEPATH" --
-          gpg --armor --sign --yes --pinentry-mode error "$ZIP_FILEPATH"
+          gpg --armor --detach-sign --yes --pinentry-mode error "$ZIP_FILEPATH"
 
       - name: Upload artifacts (RELEASE)
         if: startsWith(github.ref, 'refs/heads/release/')