Skip to content

Commit

Permalink
fix: restore release workflow (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
matteoredz authored Feb 15, 2022
1 parent 7444786 commit 876fc6b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: fregante/setup-git-user@v1
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 2.7.0
- run: bundle install
- run: ./bin/release
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jobs:
matrix:
ruby: [2.5, 2.6, 2.7, '3.0', 3.1, head]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit 876fc6b

Please sign in to comment.