Skip to content

Commit

Permalink
Fix Publish Ruby workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Feb 22, 2024
1 parent 412ae78 commit 535a8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ jobs:

- name: Push gem to Rubygems
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
uses: rubygems/release-gem@48512b949a6517699b78f000b4f36e641d321ed3 # v1.0.0
uses: rubygems/release-gem@035c7c1c1c14d277318867ced5037926d2395300 # v1.0.1

0 comments on commit 535a8be

Please sign in to comment.