Skip to content

Commit 58953f2

Browse files
Upgrade to 8.1.8
1 parent 21c8f91 commit 58953f2

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313

14-
- name: Setup Dart environment
15-
uses: dart-lang/setup-dart@v1
16-
17-
# If the package is not in the root, include a step to navigate to the package directory
18-
# - name: Change to package directory
19-
# run: cd path/to/your/package
14+
- name: Setup Flutter environment
15+
uses: subosito/flutter-action@v1
16+
with:
17+
flutter-version: '3.13.9'
2018

2119
- name: Publish to pub.dev
22-
run: dart pub publish --force
23-
# This will fail without an access token for authentication unless you have a custom setup.
20+
run: |
21+
echo "Before you publish, make sure you've handled authentication properly"
22+
flutter pub publish

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [8.1.8]
2+
- Fix automated publishing to pub.dev.
3+
14
## [8.1.7]
25
- Automated publishing to pub.dev.
36

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_quill
22
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.
3-
version: 8.1.7
3+
version: 8.1.8
44
homepage: https://1o24bbs.com/c/bulletjournal/108
55
repository: https://github.com/singerdmx/flutter-quill
66

0 commit comments

Comments
 (0)