Skip to content

Commit 30f238e

Browse files
committed
do not use bundler for rake
1 parent ab520ee commit 30f238e

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/build-branch.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,11 @@ jobs:
2727
release:
2828
if: github.ref == 'refs/heads/main'
2929
runs-on: ubuntu-latest
30-
strategy:
31-
matrix:
32-
ruby-version: ['2.6']
3330
steps:
34-
- uses: ruby/setup-ruby@473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e
35-
with:
36-
ruby-version: ${{ matrix.ruby-version }}
37-
bundler-cache: true
3831
- uses: actions/checkout@v1
39-
- name: Install bundler
40-
run: gem install bundler
41-
- name: Install other dependencies
42-
run: bundle install
4332
- name: Release gem
4433
uses: cadwallion/publish-rubygems-action@master
4534
env:
4635
GITHUB_TOKEN: ${{secrets.GH_CREDENTIALS}}
4736
RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
48-
RELEASE_COMMAND: bundle exec rake release
37+
RELEASE_COMMAND: rake release

0 commit comments

Comments
 (0)