Skip to content

Commit

Permalink
chore(ruby): specify proper location for gem file in publish flow (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasendubi authored Aug 16, 2024
1 parent d6b1bd1 commit aa1b6a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
touch $HOME/.gem/credentials
chmod 0600 $HOME/.gem/credentials
printf -- "---\n:rubygems_api_key: ${RUBYGEMS_API_KEY}\n" > $HOME/.gem/credentials
gem push *.gem
gem push pkg/eppo-server-sdk-*.gem
env:
RUBYGEMS_API_KEY: "${{ secrets.RUBYGEMS_API_KEY }}"
working-directory: ruby-sdk
2 changes: 1 addition & 1 deletion ruby-sdk/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
eppo-server-sdk (3.0.0)
eppo-server-sdk (3.1.0)

GEM
remote: https://rubygems.org/
Expand Down

0 comments on commit aa1b6a4

Please sign in to comment.