Skip to content

Commit

Permalink
Update nitrite-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anidotnet committed Jan 12, 2024
1 parent 4b75b83 commit 279531e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nitrite-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ jobs:
with:
fetch-depth: 0

- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: 'stable'

# This action adds a token needed for pub.dev authentication
- name: Install Dart
uses: dart-lang/setup-dart@v1
with:
sdk: stable

- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: 'stable'

- name: Setup Build System
shell: bash
run: |
Expand Down

0 comments on commit 279531e

Please sign in to comment.