Skip to content

Commit 548a887

Browse files
committed
Update README.md
1 parent 0d18d6d commit 548a887

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ jobs:
3030
- uses: flutter-actions/setup-flutter@v3
3131
- uses: flutter-actions/setup-pubdev-credentials@v1
3232

33-
# Here you can insert custom steps you need
3433
- name: Install dependencies
3534
run: flutter pub get
35+
# Here you can insert custom steps you need
36+
# - name: Build
37+
# run: flutter build ...
3638
- name: Publish
3739
run: flutter pub publish --force
3840
```

0 commit comments

Comments
 (0)