Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed May 15, 2024
1 parent 0d18d6d commit 548a887
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ jobs:
- uses: flutter-actions/setup-flutter@v3
- uses: flutter-actions/setup-pubdev-credentials@v1

# Here you can insert custom steps you need
- name: Install dependencies
run: flutter pub get
# Here you can insert custom steps you need
# - name: Build
# run: flutter build ...
- name: Publish
run: flutter pub publish --force
```
Expand Down

0 comments on commit 548a887

Please sign in to comment.