Skip to content

Commit

Permalink
Fix release process so it pushes gems to RubyGems (#334)
Browse files Browse the repository at this point in the history
* see if comparison w/ boolean is what we need here

* remove the step used to test the comparison
  • Loading branch information
jamis authored Jul 23, 2024
1 parent 42e5e90 commit d7e5bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,6 @@ jobs:

- name: Publish the gems
uses: rubygems/release-gem@v1
if: inputs.dry_run == 'false'
if: inputs.dry_run == false
with:
await-release: false

0 comments on commit d7e5bf1

Please sign in to comment.