Skip to content

Commit 027f198

Browse files
committed
v2.1.4
1 parent e440081 commit 027f198

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
run: flutter analyze
2626

2727
- name: Format code
28-
run: dart format --fix .
28+
run: dart format .
2929

3030
- name: Check publish warnings
31-
run: dart pub publish --dry-run
31+
run: flutter pub publish --dry-run
3232

3333
- name: Publish package
34-
uses: k-paxian/dart-package-publisher@v1.5.1
34+
uses: k-paxian/dart-package-publisher@master
3535
with:
3636
credentialJson: ${{ secrets.CREDENTIAL_SECRET }}
3737
flutter: true

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## [2.1.4] - 2025-02-27
22

3+
* Update GitHub workflows
34
* Update pubspec.yaml
45

56
## [2.1.3] - 2025-02-07

0 commit comments

Comments
 (0)