Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MahanRahmati authored Feb 18, 2022
1 parent fcdafec commit a782b8e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Flutter CI
name: Publish Package

on:
release:
Expand All @@ -10,10 +10,11 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Install Flutter
uses: subosito/flutter-action@v1
# Setup the flutter environment.
- uses: subosito/flutter-action@v1
with:
flutter-version: '2.10.0'
channel: 'stable' # 'dev', 'alpha', default to: 'stable'
# flutter-version: '1.12.x' # you can also specify exact version of flutter
- name: Install dependencies
run: flutter pub get
- name: Analyze
Expand Down

0 comments on commit a782b8e

Please sign in to comment.