Skip to content

Commit

Permalink
fix build numbers and release notes (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejchm committed Dec 17, 2021
1 parent 0a82fc5 commit 1249071
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-firebase-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1249071

Please sign in to comment.