Skip to content

Commit

Permalink
Merge pull request #76 from ruby/fix-release-gem-ver
Browse files Browse the repository at this point in the history
Specified version number of rubygems/release-gem
  • Loading branch information
hsbt authored Dec 9, 2024
2 parents 3dbfe4d + 3060dae commit 684fd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: bundle install --jobs 4 --retry 3

- name: Publish to RubyGems
uses: rubygems/release-gem@612653d273a73bdae1df8453e090060bb4db5f31 # v1
uses: rubygems/release-gem@9e85cb11501bebc2ae661c1500176316d3987059 # v1.1.0

- name: Create GitHub release
run: |
Expand Down

0 comments on commit 684fd98

Please sign in to comment.