Skip to content

Commit

Permalink
Make gem pushh unique
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillemsen authored Mar 16, 2021
1 parent a26f117 commit b10b990
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gem_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
rake gem
rake r2corba:gem:taogem
rake r2corba:gem:devkit
gem push pkg/r2corba*.gem
gem push pkg/taosource*.gem
gem push pkg/r2corba_devkit*.gem
gem push pkg/r2corba-*.gem
gem push pkg/taosource-*.gem
gem push pkg/r2corba_devkit-*.gem
env:
GEM_HOST_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
windows:
Expand Down

0 comments on commit b10b990

Please sign in to comment.