Skip to content

Commit 9d0a49f

Browse files
committed
[skip ci] feedback on KEYS file location
1 parent e5f794b commit 9d0a49f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,11 +226,11 @@ To remove a Nexus staging repo, run the workflow `Release - Drop Nexus Staging`
226226
To remove the staged distribution, use your SVN credentials to remove the version directory at [https://dist.apache.org/repos/dist/dev/grails](https://dist.apache.org/repos/dist/dev/grails)
227227

228228
# Appendix: GPG Configuration
229-
If you wish to verify any artifact manually, you must trust the key used to build Grails. To do so:
229+
If you wish to verify any artifact manually, you must trust the key used to build Grails. To do so, it's best to download the KEYS file that was published to the official location:
230230
231231
Download the latest KEYS file and make sure it's imported into gpg:
232232
```bash
233-
wget https://github.com/apache/grails-core/blob/7.0.x/KEYS
233+
wget wget https://raw.githubusercontent.com/apache/grails-core/refs/heads/7.0.x/KEYS
234234
gpg --import KEYS
235235
```
236236

0 commit comments

Comments
 (0)