This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new fde6a958e9 [skip ci] feedback on KEYS file location
fde6a958e9 is described below
commit fde6a958e98598023589cec001f45e481c1f66b7
Author: James Daugherty <[email protected]>
AuthorDate: Mon Jun 2 13:53:02 2025 -0400
[skip ci] feedback on KEYS file location
---
RELEASE.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/RELEASE.md b/RELEASE.md
index 4a76910922..552e6d5d6f 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -230,7 +230,7 @@ If you wish to verify any artifact manually, you must trust
the key used to buil
Download the latest KEYS file and make sure it's imported into gpg:
```bash
- wget wget
https://raw.githubusercontent.com/apache/grails-core/refs/heads/7.0.x/KEYS
+ wget https://dist.apache.org/repos/dist/release/grails/KEYS
gpg --import KEYS
```