diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 033ae0f..69957b8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,7 +103,6 @@ jobs: cache: true - name: Set Up Flutter maCOS - if: inputs.build_mac uses: subosito/flutter-action@v2 with: channel: 'beta' @@ -241,6 +240,9 @@ jobs: #1 Checkout Repository - name: Checkout Repository uses: actions/checkout@v3 + with: + submodules: recursive + token: ${{ secrets.PAT_TOKEN }} - name: Extract version from pubspec.yaml (Windows) shell: pwsh diff --git a/.github/workflows/patch.yml b/.github/workflows/patch.yml index dbf5a28..cce3b96 100644 --- a/.github/workflows/patch.yml +++ b/.github/workflows/patch.yml @@ -162,6 +162,9 @@ jobs: #1 Checkout Repository - name: Checkout Repository uses: actions/checkout@v3 + with: + submodules: recursive + token: ${{ secrets.PAT_TOKEN }} - name: 🐦 Setup Shorebird uses: shorebirdtech/setup-shorebird@v1