From 2223413503e41f6cdac3e7ab0256f9c6bc59f0e4 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Thu, 7 May 2020 15:18:20 +0200 Subject: [PATCH] Fix publishing credentials instructions (#29002) You authenticate with your private key, of course... --- project/scripts/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/scripts/release b/project/scripts/release index dbd265b667..a0316f6a33 100755 --- a/project/scripts/release +++ b/project/scripts/release @@ -67,7 +67,7 @@ # # 3.3) Also make it available for publishing snapshots. # From the command line: -# shell> cp ~/.ssh/id_rsa.pub ~/.ssh/id_rsa_gustav.pem +# shell> cp ~/.ssh/id_rsa ~/.ssh/id_rsa_gustav.pem # shell> ssh-keygen -p -f ~/.ssh/id_rsa_gustav.pem -m pem # # 4) Have access to github.com/akka/akka. This should be a given.