We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 489651c commit 784cc13Copy full SHA for 784cc13
.github/actions/rubygems-publish/action.yml
@@ -22,6 +22,7 @@ runs:
22
ruby: ${{ inputs.ruby-version }}
23
24
- name: Publish to RubyGems
25
+ shell: bash
26
run: |
27
gem build *.gemspec
28
gem push *.gem
0 commit comments