Skip to content

Commit

Permalink
Merge pull request #319 from DeployGate/jmatsu/ci/fix_release_workflow
Browse files Browse the repository at this point in the history
Specify the version of rubygems-update for Ruby 2.x
  • Loading branch information
jmatsu authored May 2, 2024
2 parents 0fd6c7e + fe93e16 commit 4e875e9
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 4e875e9

Please sign in to comment.