Skip to content

Commit

Permalink
Add missing version number to gem push command
Browse files Browse the repository at this point in the history
  • Loading branch information
mapitman committed Jun 3, 2021
1 parent 94febf3 commit 5adbd94
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 @@ -35,6 +35,6 @@ jobs:
touch $HOME/.gem/credentials
chmod 0600 $HOME/.gem/credentials
printf -- "---\n:rubygems_api_key: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials
gem push gettyimages-api.gem
gem push gettyimages-api-${{ steps.previoustag.outputs.tag }}.gem
env:
GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_AUTH_TOKEN}}"

0 comments on commit 5adbd94

Please sign in to comment.