Skip to content

Commit

Permalink
Upgrade to 8.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyuezhang0402 committed Nov 4, 2023
1 parent 52d9a79 commit b19c499
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
with:
flutter-version: '3.13.9'

- name: Disable Flutter analytics
run: flutter config --no-analytics
- name: Disable Flutter telemetry
run: flutter --disable-telemetry

- name: Publish to pub.dev
run: echo 'y' | flutter pub publish --force
run: flutter pub publish --force
env:
PUB_ACCESS_TOKEN: ${{ secrets.PUB_ACCESS_TOKEN }}
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [8.1.10]
- Secret for automated publishing to pub.dev.

## [8.1.9]
- Fix automated publishing to pub.dev.

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_quill
description: A rich text editor built for the modern Android, iOS, web and desktop platforms. It is the WYSIWYG editor and a Quill component for Flutter.
version: 8.1.9
version: 8.1.10
homepage: https://1o24bbs.com/c/bulletjournal/108
repository: https://github.com/singerdmx/flutter-quill

Expand Down

0 comments on commit b19c499

Please sign in to comment.