Skip to content

Commit

Permalink
Publish dry run on PR checks
Browse files Browse the repository at this point in the history
  • Loading branch information
git-elliot committed Mar 31, 2024
1 parent 9297b15 commit 05bab46
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
token: ${{secrets.CODECOV_TOKEN}}
file: coverage/coverage.lcov
file: coverage/coverage.lcov

- name: Check Publish Warnings
run: dart pub publish --dry-run

0 comments on commit 05bab46

Please sign in to comment.