Skip to content

Commit

Permalink
Fix: action file format
Browse files Browse the repository at this point in the history
Signed-off-by: CaiJingLong <[email protected]>
  • Loading branch information
CaiJingLong committed Mar 25, 2024
1 parent 39963fa commit 3bdef32
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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: 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

Expand Down

0 comments on commit 3bdef32

Please sign in to comment.