Skip to content

Commit

Permalink
update RubyGems in Github Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anoworl committed Mar 9, 2023
1 parent d27ab77 commit 42b17a4
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 42b17a4

Please sign in to comment.