From 0d65a87315b30e026227ccacf794588aa1228cfc Mon Sep 17 00:00:00 2001 From: Vaughan Jones Date: Fri, 9 Feb 2024 16:24:57 +1100 Subject: [PATCH] only build once --- .github/workflows/publish.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 681873e..39efcca 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,13 +8,6 @@ on: jobs: publish: runs-on: ubuntu-latest - strategy: - matrix: - ruby: - - '3.0' - - '3.1' - - '3.2' - - '3.3' permissions: contents: write # Required for `rake release` to push the release tag @@ -26,7 +19,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: - ruby-version: ${{ matrix.ruby }} + ruby-version: 3.3 - name: Publish to GitHub Packages env: