Skip to content

Commit

Permalink
Fix publishing credentials instructions (akka#29002)
Browse files Browse the repository at this point in the history
You authenticate with your private key, of course...
  • Loading branch information
raboof authored May 7, 2020
1 parent b16e259 commit 2223413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2223413

Please sign in to comment.