Skip to content

Commit

Permalink
ci: remove check from publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
thelukewalton committed May 8, 2024
1 parent 3f34375 commit cc206f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
run: |
dart format --fix .
dart fix --apply
- name: Check Publish Warnings
run: dart pub publish --dry-run
# TODO: Package uses pre-release packages, so this always fails.
# - name: Check Publish Warnings
# run: dart pub publish --dry-run
- name: Publish
run: dart pub publish --force
deploy:
Expand Down

0 comments on commit cc206f3

Please sign in to comment.