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 0039703 + 42b17a4 commit 9fc5bfcCopy full SHA for 9fc5bfc
.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