We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e440081 commit 027f198Copy full SHA for 027f198
.github/workflows/publish.yml
@@ -25,13 +25,13 @@ jobs:
25
run: flutter analyze
26
27
- name: Format code
28
- run: dart format --fix .
+ run: dart format .
29
30
- name: Check publish warnings
31
- run: dart pub publish --dry-run
+ run: flutter pub publish --dry-run
32
33
- name: Publish package
34
- uses: k-paxian/dart-package-publisher@v1.5.1
+ uses: k-paxian/dart-package-publisher@master
35
with:
36
credentialJson: ${{ secrets.CREDENTIAL_SECRET }}
37
flutter: true
CHANGELOG.md
@@ -1,5 +1,6 @@
1
## [2.1.4] - 2025-02-27
2
3
+* Update GitHub workflows
4
* Update pubspec.yaml
5
6
## [2.1.3] - 2025-02-07
0 commit comments