Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pinkfish/flutter_native_timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkfish committed Mar 4, 2021
2 parents 54f126e + c17e14f commit a5f58f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
cmd: yq w -i pubspec.yaml 'version' "${GITHUB_REF#refs/tags/}"
- uses: subosito/flutter-action@v1
with:
flutter-version: '1.17.1'
channel: 'stable'
- run: dart --version
- run: flutter --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '1.17.1'
channel: 'stable'
- run: dart --version
- run: flutter --version
- run: flutter pub get
- run: flutter test
- run: flutter test
working-directory: example
- run: flutter build appbundle --target-platform android-arm,android-arm64,android-x64
Expand Down

0 comments on commit a5f58f2

Please sign in to comment.