Skip to content

Commit

Permalink
Merge pull request #76 from bensonarafat/features
Browse files Browse the repository at this point in the history
Update publish.yaml
  • Loading branch information
bensonarafat authored Sep 28, 2023
2 parents f048a2f + 62ed396 commit 6333db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- name: Install dependencies
run: dart pub get
run: flutter pub get
# Here you can insert custom steps you need
# - run: dart tool/generate-code.dart
- name: Publish
Expand Down

0 comments on commit 6333db5

Please sign in to comment.