Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.

Commit 6f68705

Browse files
fix rubygems credentials file format
1 parent 3efeee1 commit 6f68705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/publish_gem

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -eox pipefail
33

44
mkdir -p ~/.gem
5-
echo $RUBYGEMS_APIKEY > ~/.gem/credentials
5+
echo :rubygems_api_key: $RUBYGEMS_APIKEY > ~/.gem/credentials
66
chmod 0600 ~/.gem/credentials
77

88
VERSION_FILE="lib/we/call/version.rb"

0 commit comments

Comments
 (0)