Skip to content

Commit d5267a8

Browse files
Update RELEASING.md
1 parent c7216dc commit d5267a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RELEASING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ $ gpg --gen-key
4444

4545
3. Upload the public key to a keyserver:
4646
```
47-
$ gpg --keyserver keyserver.ubuntu.com --send-keys <key id>
48-
gpg: sending key <key id>> to hkp://keyserver.ubuntu.com
47+
$ gpg --keyserver keyserver.ubuntu.com --send-keys <keyId>
48+
gpg: sending key <keyId> to hkp://keyserver.ubuntu.com
4949
```
5050

51-
4. Click generate key and do upload the public key. To export the secring file needed to sign the artifacts, run the following command:
51+
4. To export the secring file needed to sign the artifacts, run the following command:
5252
```
5353
$ gpg --export-secret-keys -o secring.gpg
5454
```

0 commit comments

Comments
 (0)