We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dfc645 commit 2cce683Copy full SHA for 2cce683
PUBLISH.md
@@ -35,6 +35,7 @@ gpg --homedir . -a --export-secret-keys > secring.asc
35
gpg --homedir . --list-key
36
# <copy> the pub hex string e.g E7232FE8B8357EEC786315FE821738D92B63C95F
37
gpg --homedir . --keyserver hkp://pool.sks-keyservers.net --send-keys <paste>
38
+gpg --homedir . --keyserver hkp://pgp.mit.edu --send-keys E7232FE8B8357EEC786315FE821738D92B63C95F
39
mkdir -p ~/.sbt/gpg
40
cd ~/.sbt/gpg
41
cp -R ~/ci-keys/* .
0 commit comments