Skip to content

Commit

Permalink
fix android ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
festelo committed Jun 15, 2020
1 parent 11b7bfc commit 32d329e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ jobs:
with:
name: build
path: build
- uses: subosito/[email protected]
with:
flutter-version: 1.17.0-dev.3.1
channel: beta
- name: Flutter get dependencies
run: flutter pub get
- name: Get application version
id: app_ver
run: echo "::set-output name=app_ver::" "$(flutter pub run pubspec_semver:get_ver)"
Expand Down

0 comments on commit 32d329e

Please sign in to comment.