Skip to content

Commit 784cc13

Browse files
ci: specify bash shell when running commands (#597)
1 parent 489651c commit 784cc13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/rubygems-publish/action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ runs:
2222
ruby: ${{ inputs.ruby-version }}
2323

2424
- name: Publish to RubyGems
25+
shell: bash
2526
run: |
2627
gem build *.gemspec
2728
gem push *.gem

0 commit comments

Comments
 (0)