Skip to content

Commit

Permalink
added flutter setup in publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhwanish-3 committed Jan 27, 2024
1 parent 6537845 commit 2d4ad05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
steps:
# Checkout repository
- uses: actions/checkout@v4
# Setup Flutter SDK
- uses: subosito/flutter-action@v1
with:
channel: 'stable'
# Setup Dart SDK with JWT token
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
# Minimal package setup and dry run checks.
Expand Down

0 comments on commit 2d4ad05

Please sign in to comment.