Skip to content

Commit f7a2e7d

Browse files
committed
fix: Fix format error in action
Signed-off-by: CaiJingLong <[email protected]>
1 parent 3bdef32 commit f7a2e7d

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.3.2
2+
3+
- Fix: fix action error
4+
15
## 2.3.1
26

37
- Fix: action file format.

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ runs:
3838
run: |
3939
dart ./scripts/melos_packages.dart
4040
echo $(cat .melos_packages) >> $GITHUB_ENV
41+
shell: bash
4142
- name: Melos Bootstrap
4243
run: melos bootstrap
44+
shell: bash
4345
- name: Install dependencies
4446
run: dart pub get
4547
working-directory: ${{ github.action_path }}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: action_dio_release
22
description: For release package to github release page and upload to pub.dev.
3-
version: 2.3.1
3+
version: 2.3.2
44
repository: https://github.com/cfug/dio_issue_release_action
55
publish_to: none
66

0 commit comments

Comments
 (0)