Skip to content

Commit

Permalink
chore: Fixes CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatov committed Mar 4, 2024
1 parent 4e5d768 commit f1b948c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
slug: svyatov/clsx-rails
# Only upload coverage for the latest Ruby and ActionView versions
if: ${{ matrix.ruby_version == '3.3' && matrix.actionview_version == '7.1' }
if: ${{ matrix.ruby_version == '3.3' && matrix.actionview_version == '7.1' }}

0 comments on commit f1b948c

Please sign in to comment.