Skip to content

Commit

Permalink
ci-fix: Specify the version of rubygems-update for Ruby 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatsu authored May 2, 2024
1 parent 0fd6c7e commit fe93e16
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 @@ -13,7 +13,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: gem update --system
- run: gem update --system 3.4.22 # The latest of Ruby 2.x support
- run: bundle exec rake build
- id: gem
run: echo "result=$(find pkg -name 'deploygate-*.gem' -type f | head -1)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit fe93e16

Please sign in to comment.