Skip to content

Commit

Permalink
ci release: use Bundler
Browse files Browse the repository at this point in the history
It's needless for now but we may need Bundler later.
  • Loading branch information
kou committed Dec 4, 2024
1 parent f977662 commit b83b264
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ruby
bundler-cache: true
- uses: rubygems/[email protected]
- name: Push gems
run: |
rake release:rubygem_push
bundle exec rake release:rubygem_push

0 comments on commit b83b264

Please sign in to comment.