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

sbglasius pushed a commit to branch chore/verify-fix
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit cc56a584cf57382c64e477a8edae5a9db5b2da7b
Author: Søren Berg Glasius <[email protected]>
AuthorDate: Wed Jun 4 15:54:05 2025 +0200

    Added explanation on how to find staging repo id, and fixed a current 
directory that was wrong
---
 RELEASE.md                      | 4 +++-
 etc/bin/verify-jar-artifacts.sh | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/RELEASE.md b/RELEASE.md
index 908458e72b..a5c02fa585 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,4 +1,4 @@
-<!--
+x<!--
 SPDX-License-Identifier: Apache-2.0
 
 Licensed under the Apache License, Version 2.0 (the "License");
@@ -71,6 +71,8 @@ For Example:
     verify.sh orgapachegrails-1030 v7.0.0-M4 /tmp/grails-verify
 ```
 
+The `staging repo id` can be found in awaiting 
https://github.com/apache/grails-core/actions/workflows/release.yml, click 
`publish`, open the stage `Create Staging Repository` and look for the line 
starting with `Created staging repository` 
+
 ### Download the Staged Artifacts
 
 Use `etc/bin/download-release-artifacts.sh` to download the staged artifacts. 
This script will download the source distribution, wrapper binary distribution, 
and sdkman binary distribution. The distribution should come from 
[https://dist.apache.org/repos/dist/dev/grails/core/version](https://dist.apache.org/repos/dist/dev/grails/core).
diff --git a/etc/bin/verify-jar-artifacts.sh b/etc/bin/verify-jar-artifacts.sh
index ef8fbd3076..7452286d0b 100755
--- a/etc/bin/verify-jar-artifacts.sh
+++ b/etc/bin/verify-jar-artifacts.sh
@@ -56,6 +56,8 @@ error() {
 }
 trap error ERR
 
+cd "${DOWNLOAD_LOCATION}"
+
 echo "Importing GPG key to independent GPG home ..."
 gpg --homedir "${GRAILS_GPG_HOME}" --import "${SCRIPT_DIR}/../../KEYS"
 echo "✅ GPG Key Imported"

Reply via email to