Update publish.yml

pull/1539/head
Ellet 1 year ago
parent bea897dcf1
commit 747114fc80
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 15
      .github/workflows/publish.yml
  2. 1
      flutter_quill_extensions/CHANGELOG.md
  3. 2
      flutter_quill_extensions/pubspec.yaml

@ -20,13 +20,6 @@ jobs:
- name: Check flutter version
run: flutter --version
# This is needed in order for the authentication to success
# dart pub token add https://pub.dev --env-var PUB_TOKEN
# Requests to "https://pub.dev" will now be authenticated using the secret token stored in the environment variable "PUB_TOKEN".
# - uses: dart-lang/setup-dart@v1
- name: Update the authorization requests to "https://pub.dev" to use the environment variable "PUB_TOKEN".
run: dart pub token add https://pub.dev --env-var PUB_TOKEN
- name: Install dependencies
run: flutter pub get
@ -35,6 +28,14 @@ jobs:
- name: Re-generate the translations
run: ./scripts/regenerate-translations.sh
# This is needed in order for the authentication to success
# dart pub token add https://pub.dev --env-var PUB_TOKEN
# Requests to "https://pub.dev" will now be authenticated using the secret token stored in the environment variable "PUB_TOKEN".
# - uses: dart-lang/setup-dart@v1
- name: Update the authorization requests to "https://pub.dev" to use the environment variable "PUB_TOKEN".
run: dart pub token add https://pub.dev --env-var PUB_TOKEN
- name: Publish
run: flutter pub publish --force

@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
## 0.6.12
* The `FlutterQuillLocalizations.delegate` is no longer a requirement.
* Requiring `flutter_quill` version `8.6.0` as minimum
## 0.6.11
* Support for the latest version of `flutter_quill`

@ -33,7 +33,7 @@ dependencies:
universal_html: ^2.2.4
cross_file: ^0.3.3+6
flutter_quill: ^8.5.0
flutter_quill: ^8.5.6
photo_view: ^0.14.0
# Plugins

Loading…
Cancel
Save