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

matrei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/grails-gradle-publish.git


The following commit(s) were added to refs/heads/main by this push:
     new 386ce47  [skip ci] fix(verify): set `PROJECT_NAME` variable
386ce47 is described below

commit 386ce47d8aedc6d15f63f2f85d15d094c7ba5d06
Author: Mattias Reichel <[email protected]>
AuthorDate: Fri Oct 10 09:56:05 2025 +0200

    [skip ci] fix(verify): set `PROJECT_NAME` variable
---
 etc/bin/verify.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/etc/bin/verify.sh b/etc/bin/verify.sh
index 98f2468..3325319 100755
--- a/etc/bin/verify.sh
+++ b/etc/bin/verify.sh
@@ -19,6 +19,7 @@
 #
 set -euo pipefail
 
+PROJECT_NAME='grails-publish'
 RELEASE_TAG=$1
 DOWNLOAD_LOCATION="${2:-downloads}"
 DOWNLOAD_LOCATION=$(realpath "${DOWNLOAD_LOCATION}")

Reply via email to