From b19c49968f3874b5b1b79ff6a756bed4fe51a66a Mon Sep 17 00:00:00 2001 From: Cheryl Date: Sat, 4 Nov 2023 11:37:32 -0700 Subject: [PATCH] Upgrade to 8.1.10 --- .github/workflows/publish.yml | 8 +++++--- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 40ce776e..cec8f048 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 }} diff --git a/CHANGELOG.md b/CHANGELOG.md index d6b238e1..a23ecd8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [8.1.10] +- Secret for automated publishing to pub.dev. + ## [8.1.9] - Fix automated publishing to pub.dev. diff --git a/pubspec.yaml b/pubspec.yaml index 8bc2df1a..4eae9614 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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