Skip to content

Commit 4e875e9

Browse files
authored
Merge pull request #319 from DeployGate/jmatsu/ci/fix_release_workflow
Specify the version of rubygems-update for Ruby 2.x
2 parents 0fd6c7e + fe93e16 commit 4e875e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: ruby/setup-ruby@v1
1414
with:
1515
bundler-cache: true
16-
- run: gem update --system
16+
- run: gem update --system 3.4.22 # The latest of Ruby 2.x support
1717
- run: bundle exec rake build
1818
- id: gem
1919
run: echo "result=$(find pkg -name 'deploygate-*.gem' -type f | head -1)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)