Skip to content

Commit

Permalink
only build once
Browse files Browse the repository at this point in the history
  • Loading branch information
vlj91 committed Feb 9, 2024
1 parent f19d5bb commit 0d65a87
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 0d65a87

Please sign in to comment.