Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dika committed Nov 4, 2024
1 parent b87f2dc commit 214dfe9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,5 @@ jobs:
gem build *.gemspec
- name: Publish gem to RubyGems
env:
RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
run: |
gem push *.gem
gem push *.gem --key ${{ secrets.RUBYGEMS_API_KEY }} --host https://rubygems.org

0 comments on commit 214dfe9

Please sign in to comment.