Skip to content

Commit 64b8a15

Browse files
committed
ci: fix cd workflow
1 parent 9d11713 commit 64b8a15

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v5
2121

22+
- name: Set up Flutter
23+
uses: ./.github/actions/setup-flutter
24+
2225
- name: Get version from pubspec.yaml
2326
id: version
2427
run: |
@@ -28,7 +31,7 @@ jobs:
2831
2932
- name: Publish to Pub.dev
3033
run: |
31-
flutter pub publish
34+
flutter pub publish --force
3235
3336
create-release:
3437
needs: publish

0 commit comments

Comments
 (0)