mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 12:48: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:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
|
|
||||||
|
- name: Cloning sub-repos
|
||||||
|
run: git submodule update --init --recursive
|
||||||
|
|
||||||
- name: Check flutter code
|
- name: Check flutter code
|
||||||
run: |
|
run: |
|
||||||
flutter pub get
|
flutter pub get
|
||||||
flutter analyze
|
flutter analyze
|
||||||
flutter test
|
flutter test
|
||||||
|
|
||||||
- name: Cloning sub-repos
|
|
||||||
run: git submodule update --init --recursive
|
|
||||||
|
|
||||||
- name: Create key.properties file
|
- name: Create key.properties file
|
||||||
run: |
|
run: |
|
||||||
echo "storePassword=${{ secrets.STORE_PASSWORD }}" >> ./android/key.properties
|
echo "storePassword=${{ secrets.STORE_PASSWORD }}" >> ./android/key.properties
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue