diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ef7341db..e70d3919 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,13 +11,12 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Setup Dart environment - uses: dart-lang/setup-dart@v1 - - # If the package is not in the root, include a step to navigate to the package directory - # - name: Change to package directory - # run: cd path/to/your/package + - name: Setup Flutter environment + uses: subosito/flutter-action@v1 + with: + flutter-version: '3.13.9' - name: Publish to pub.dev - run: dart pub publish --force - # This will fail without an access token for authentication unless you have a custom setup. + run: | + echo "Before you publish, make sure you've handled authentication properly" + flutter pub publish diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a251d67..c6bd489c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [8.1.8] +- Fix automated publishing to pub.dev. + ## [8.1.7] - Automated publishing to pub.dev. diff --git a/pubspec.yaml b/pubspec.yaml index f12f63a4..e27527f8 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.7 +version: 8.1.8 homepage: https://1o24bbs.com/c/bulletjournal/108 repository: https://github.com/singerdmx/flutter-quill