Skip to content

Commit

Permalink
Fix coverall action
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns authored and gitbutler-client committed Jul 26, 2024
1 parent f4a3728 commit 294af18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
CI: true
- name: ⬆️ Upload coverage report
uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 # pin@main
if: "contains(' refs/heads/main refs/heads/beta ', github.ref) && matrix.node-version == '22.x'"
if: "matrix.node-version == '22.x'"
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: 🚀 Release
Expand Down

0 comments on commit 294af18

Please sign in to comment.