Skip to content

Commit

Permalink
Release is not a matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kyledecot committed Feb 2, 2023
1 parent c523ca3 commit 0bcac7e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,16 +100,13 @@ jobs:
runs-on: ubuntu-latest
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
needs: [test, lint]
strategy:
matrix:
ruby_versions: [3.2]

steps:
- uses: actions/checkout@v3
- name: Set up Ruby ${{ matrix.ruby_versions }}
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_versions }}
ruby-version: 3.2
- uses: actions/cache@v3
with:
path: vendor/bundle
Expand Down

0 comments on commit 0bcac7e

Please sign in to comment.