Skip to content

Commit

Permalink
ci: remove quill_native_bridge from automated publishing workflow (#2263
Browse files Browse the repository at this point in the history
)
  • Loading branch information
EchoEllet authored Sep 21, 2024
1 parent 9aa4e6c commit ef3cdd9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
- name: 📦 Install flutter_quill_test dependencies
run: flutter pub get -C flutter_quill_test

- name: 📦 Install quill_native_bridge dependencies
run: flutter pub get -C quill_native_bridge

- name: 🔍 Run Flutter analysis
run: flutter analyze

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,3 @@ jobs:
run: flutter pub publish --force
working-directory: ./flutter_quill_test/

- name: 📤 Publish quill_native_bridge
run: flutter pub publish --force
working-directory: ./quill_native_bridge/

0 comments on commit ef3cdd9

Please sign in to comment.