Skip to content

Commit

Permalink
Merge pull request #313 from DeployGate/work/update-rubygems
Browse files Browse the repository at this point in the history
update RubyGems in Github Workflow
  • Loading branch information
anoworl authored Mar 9, 2023
2 parents 0039703 + 42b17a4 commit 9fc5bfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
with:
ruby-version: ${{ matrix.ruby_version }}
bundler-cache: true
- run: bundle exec rake
- run: gem update --system
- run: bundle exec rake
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: gem update --system
- 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 9fc5bfc

Please sign in to comment.