Skip to content

Commit

Permalink
Merge pull request #22 from Sage/gem-publish-fix
Browse files Browse the repository at this point in the history
Use wildcard for gem filename
  • Loading branch information
noodl authored Jul 28, 2021
2 parents 1dae7de + 8892cfd commit 83096b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
chmod 0600 $HOME/.gem/credentials
printf -- "---\n:rubygems_api_key: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials
gem build elastic_search_framework.gemspec
gem push elastic_search_framework.gem
gem push elastic_search_framework-*.gem
env:
GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_AUTH_TOKEN}}"

0 comments on commit 83096b9

Please sign in to comment.