diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 1140583ca5..c8a80f8202 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -182,6 +182,7 @@ jobs: overwrite: true - name: 💎 Setup ruby + if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags/v') uses: ruby/setup-ruby@v1 with: ruby-version: '3.2' # Not needed with a .ruby-version file