diff --git a/.github/workflows/lint-release-and-publish.yml b/.github/workflows/lint-release-and-publish.yml index 95c7ce7..545d712 100644 --- a/.github/workflows/lint-release-and-publish.yml +++ b/.github/workflows/lint-release-and-publish.yml @@ -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