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/09 19:49:36 UTC

[logging-log4j-tools] 01/03: Fix git tagging in release script

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

commit 0319ee387a9b3b7485519fae0c70d226408f2bdd
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Mon Jan 9 20:49:33 2023 +0100

    Fix git tagging in release script
---
 .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 7cf1d42..ba8228a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -207,5 +207,5 @@ jobs:
           export TAG="v$PROJECT_VERSION"
           git config user.name github-actions
           git config user.email github-actions@github.com
-          git tag --sign "$TAG"
+          git tag "$TAG"
           git push origin "$TAG"