We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27ab77 commit 42b17a4Copy full SHA for 42b17a4
2 files changed
.github/workflows/pull_request.yml
@@ -18,4 +18,5 @@ jobs:
18
with:
19
ruby-version: ${{ matrix.ruby_version }}
20
bundler-cache: true
21
- - run: bundle exec rake
+ - run: gem update --system
22
+ - run: bundle exec rake
.github/workflows/release.yml
@@ -13,6 +13,7 @@ jobs:
13
- uses: ruby/setup-ruby@v1
14
15
16
17
- run: bundle exec rake build
- id: gem
run: echo "result=$(find pkg -name 'deploygate-*.gem' -type f | head -1)" >> $GITHUB_OUTPUT
0 commit comments