diff --git a/.github/workflows/release_github.yml b/.github/workflows/release_github.yml index e6b4082..63256c9 100644 --- a/.github/workflows/release_github.yml +++ b/.github/workflows/release_github.yml @@ -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