Skip to content

Commit

Permalink
Upgrade to 8.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyuezhang0402 committed Nov 4, 2023
1 parent 764d3d3 commit 21c8f91
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
21 changes: 15 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,21 @@ name: Publish to pub.dev
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
- 'v[0-9]+.[0-9]+.[0-9]+*' # Trigger this action when a version tag is pushed

jobs:
publish:
permissions:
id-token: write # Required for authentication using OIDC
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
# with:
# working-directory: path/to/package/within/repository
runs-on: ubuntu-latest
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: Publish to pub.dev
run: dart pub publish --force
# This will fail without an access token for authentication unless you have a custom setup.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [8.1.7]
- Automated publishing to pub.dev.

## [8.1.6]
- Fix compatibility with `integration_test` by downgrade the minimum version of platform package to 3.1.0

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.6
version: 8.1.7
homepage: https://1o24bbs.com/c/bulletjournal/108
repository: https://github.com/singerdmx/flutter-quill

Expand Down

0 comments on commit 21c8f91

Please sign in to comment.