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ı <[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"
