Skip to content

Commit

Permalink
fix:version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkProminic committed Nov 2, 2022
1 parent 9f059d1 commit 78395ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-release-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
if: ${{ steps.release.outputs.release_created }}

# Setup ruby if a release was created
- name: Set up Ruby 3.1
- name: Set up Ruby 3.0.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.0.0
if: ${{ steps.release.outputs.release_created }}

# Bundle install
Expand Down

0 comments on commit 78395ae

Please sign in to comment.