diff --git a/CHANGELOG.md b/CHANGELOG.md index f75cf93..a8e4b90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 2.3.1 + +- Fix: action file format. + +## 2.3.0 + +- Include melos in `action.yml`. + ## 2.2.0 - Feat: new package `compatibility_layer`. diff --git a/action.yml b/action.yml index 50e69a9..b986e7a 100644 --- a/action.yml +++ b/action.yml @@ -32,8 +32,8 @@ runs: flutter --version shell: bash - uses: bluefireteam/melos-action@v3 - with: - run-bootstrap: false + with: + run-bootstrap: false - name: Check satisfied packages run: | dart ./scripts/melos_packages.dart diff --git a/pubspec.yaml b/pubspec.yaml index 9a29c21..868b7a6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: action_dio_release description: For release package to github release page and upload to pub.dev. -version: 2.2.0 +version: 2.3.1 repository: https://github.com/cfug/dio_issue_release_action publish_to: none