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 6f4a8ac Fix git tagging in release script
6f4a8ac is described below
commit 6f4a8ac435338d092424ff093ccc13761787099d
Author: Volkan Yazıcı <[email protected]>
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 [email protected]
- git tag --sign "$TAG"
+ git tag "$TAG"
git push origin "$TAG"