Skip to content

Commit

Permalink
Fix .gem/credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksieger committed Nov 30, 2023
1 parent 7766001 commit 02bc2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
mkdir -p $HOME/.gem
touch $HOME/.gem/credentials
chmod 0600 $HOME/.gem/credentials
printf -- "---\n:github: ${GITHUB_TOKEN}\n" > $HOME/.gem/credentials
printf -- "---\n:github: Bearer ${GITHUB_TOKEN}\n" > $HOME/.gem/credentials
gem build $GEM_NAME.gemspec
package=$(echo *.gem)
Expand Down

0 comments on commit 02bc2ce

Please sign in to comment.