Skip to content

Commit

Permalink
Make .gem directory in release job
Browse files Browse the repository at this point in the history
  • Loading branch information
NuckChorris committed Nov 25, 2022
1 parent 789943f commit 47cc7fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:

- name: Authenticate with Rubygems
run: |
mkdir -p $HOME/.gem/
echo "${RUBYGEMS_CREDENTIALS}" > $HOME/.gem/credentials
chmod 0600 $HOME/.gem/credentials
env:
Expand Down
2 changes: 1 addition & 1 deletion lib/graphql/fancy_loader/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ class FancyLoader < (begin
rescue LoadError
BasicObject
end)
VERSION = '0.1.5'.freeze # .2
VERSION = '0.1.5'.freeze # .3
end
end

0 comments on commit 47cc7fe

Please sign in to comment.