From 32f38c7f2edab9862d24ded564ee06bd32a77b76 Mon Sep 17 00:00:00 2001 From: Aayushmaan Date: Sun, 1 Oct 2023 20:48:54 +0530 Subject: [PATCH] conf: adds ios patch script ci --- .github/workflows/patch.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/patch.yml b/.github/workflows/patch.yml index 39ac0e28..690134fc 100644 --- a/.github/workflows/patch.yml +++ b/.github/workflows/patch.yml @@ -26,10 +26,6 @@ jobs: # Setup Shorebird environment for Code Push. - uses: shorebirdtech/setup-shorebird@v0 - - name: 🚀 Shorebird Patch - run: shorebird patch android - env: - SHOREBIRD_TOKEN: ${{ secrets.SHOREBIRD_TOKEN }} # Get flutter dependencies. - run: flutter pub get @@ -47,4 +43,13 @@ jobs: # Build apk. - run: flutter build apk + + # Adds patch release + - run: shorebird patch android + env: + SHOREBIRD_TOKEN: ${{ secrets.SHOREBIRD_TOKEN }} + + - run: shorebird patch ios-alpha + env: + SHOREBIRD_TOKEN: ${{ secrets.SHOREBIRD_TOKEN }} \ No newline at end of file