We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fd6c7e + fe93e16 commit 4e875e9Copy full SHA for 4e875e9
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: ruby/setup-ruby@v1
14
with:
15
bundler-cache: true
16
- - run: gem update --system
+ - run: gem update --system 3.4.22 # The latest of Ruby 2.x support
17
- run: bundle exec rake build
18
- id: gem
19
run: echo "result=$(find pkg -name 'deploygate-*.gem' -type f | head -1)" >> $GITHUB_OUTPUT
0 commit comments