Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellet committed Nov 16, 2023
1 parent bea897d commit 747114f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
1 change: 1 addition & 0 deletions flutter_quill_extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion flutter_quill_extensions/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 747114f

Please sign in to comment.