ci(publishing): check if the package is ready for publishing before force publish to pub.dev

pull/1879/head
Ellet 11 months ago
parent 80a995335d
commit 93a308d4fd
  1. 3
      .github/workflows/publish.yml

@ -62,6 +62,9 @@ jobs:
with:
commit_message: "chore(version): update to version ${{ steps.extract_version.outputs.VERSION }}"
- name: Check if package is ready for publishing
run: flutter pub publish --dry-run
- name: Publish flutter_quill
run: flutter pub publish --force

Loading…
Cancel
Save