Skip to content

Commit 712ded3

Browse files
Update publish.yml
1 parent 076cf4f commit 712ded3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
with:
2929
channel: stable
3030
flutter-version: 3.22.2
31-
# - name: Install dependencies
32-
# run: flutter pub get
33-
# - name: Publish
34-
# run: dart pub publish --force
31+
- name: Install dependencies
32+
run: flutter pub get
33+
- name: Publish
34+
run: dart pub publish --force
3535
- uses: actions/download-artifact@v4
3636
with:
3737
name: Android build

0 commit comments

Comments
 (0)