Skip to content

Commit

Permalink
chore: fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FriesI23 committed Nov 2, 2023
1 parent 023f92d commit fff8f7c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- uses: subosito/flutter-action@v2.9.1
with:
channel: stable
- run: flutter --version
- name: Install dependencies
run: flutter pub get
# Here you can insert custom steps you need
# - run: dart tool/generate-code.dart
- name: Publish
run: flutter pub publish --force

0 comments on commit fff8f7c

Please sign in to comment.