Skip to content

Commit

Permalink
conf: adds ios patch script ci
Browse files Browse the repository at this point in the history
  • Loading branch information
am-casper committed Oct 1, 2023
1 parent 68fa613 commit 32f38c7
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 }}

0 comments on commit 32f38c7

Please sign in to comment.