From 12490710243bbfe6b56d898c5a2786de99830903 Mon Sep 17 00:00:00 2001 From: Andrzej Chmielewski Date: Fri, 17 Dec 2021 07:27:13 +0100 Subject: [PATCH] fix build numbers and release notes (#171) --- .github/workflows/deploy-firebase-ios.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-firebase-ios.yml b/.github/workflows/deploy-firebase-ios.yml index 94f62926..748dace3 100644 --- a/.github/workflows/deploy-firebase-ios.yml +++ b/.github/workflows/deploy-firebase-ios.yml @@ -31,6 +31,8 @@ jobs: runs-on: macos-11 steps: - uses: actions/checkout@v2 + with: + fetch-depth: 10 - uses: subosito/flutter-action@v1 with: flutter-version: ${{ env.FLUTTER_VERSION }} @@ -61,7 +63,7 @@ jobs: working-directory: ./starport_template if: env.changes_starport_template == 'true' run: | - flutter build ios --no-codesign --dart-define=LCD_URL=https://api.testnet.cosmos.network --dart-define=LCD_PORT=443 --dart-define=GRPC_URL=https://grpc.testnet.cosmos.network --dart-define=GRPC_PORT=443 + flutter build ios --build-number $GITHUB_RUN_NUMBER --no-codesign --dart-define=LCD_URL=https://api.testnet.cosmos.network --dart-define=LCD_PORT=443 --dart-define=GRPC_URL=https://grpc.testnet.cosmos.network --dart-define=GRPC_PORT=443 - name: deploy firebase iOS working-directory: ./starport_template/ios