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

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

commit 7c2a7794eebf2c41609421a9ee568ee29469e0bb
Author: Volkan Yazıcı <vol...@yazi.ci>
AuthorDate: Wed May 8 16:38:56 2024 +0200

    Fix `PROJECT_DIST_DIR` in `generate-email.sh`
---
 .github/generate-email.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/generate-email.sh b/.github/generate-email.sh
index eaeab7a..cbe7572 100755
--- a/.github/generate-email.sh
+++ b/.github/generate-email.sh
@@ -76,7 +76,7 @@ This is a lazy-vote to release the $PROJECT_NAME 
\`$PROJECT_VERSION\`.
 Website: $PROJECT_STAGING_SITE-$PROJECT_VERSION
 GitHub: $PROJECT_REPO
 Commit: $COMMIT_ID
-Distribution: $PROJECT_DIST_DIR
+Distribution: $PROJECT_DIST_DIR/$PROJECT_VERSION
 Nexus: 
https://repository.apache.org/content/repositories/orgapachelogging-<FIXME>
 Signing key: 0x077e8893a6dcc33dd4a4d5b256e73ba9a0b592d0
 

Reply via email to