mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 10:38:41 +00:00
wrong order
This commit is contained in:
parent
d6242c9d08
commit
dda3f8c218
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release_github.yml
vendored
6
.github/workflows/release_github.yml
vendored
|
|
@ -22,15 +22,15 @@ jobs:
|
|||
with:
|
||||
channel: stable
|
||||
|
||||
- name: Cloning sub-repos
|
||||
run: git submodule update --init --recursive
|
||||
|
||||
- name: Check flutter code
|
||||
run: |
|
||||
flutter pub get
|
||||
flutter analyze
|
||||
flutter test
|
||||
|
||||
- name: Cloning sub-repos
|
||||
run: git submodule update --init --recursive
|
||||
|
||||
- name: Create key.properties file
|
||||
run: |
|
||||
echo "storePassword=${{ secrets.STORE_PASSWORD }}" >> ./android/key.properties
|
||||
|
|
|
|||
Loading…
Reference in a new issue