Skip to content

Commit 5e32e0e

Browse files
authored
fix gem push task so it actually publishes the gems (#21)
1 parent c9ddaef commit 5e32e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,6 @@ jobs:
160160

161161
- name: Publish the gems
162162
uses: rubygems/release-gem@v1
163-
if: inputs.dry_run == 'false'
163+
if: inputs.dry_run == false
164164
with:
165165
await-release: false

0 commit comments

Comments
 (0)