diff --git a/.github/workflows/beta_version.yml b/.github/workflows/beta_version.yml index b48abeb5..fe919611 100644 --- a/.github/workflows/beta_version.yml +++ b/.github/workflows/beta_version.yml @@ -68,7 +68,7 @@ jobs: DEMO_USER: ${{ vars.USER_EMAIL }} DEMO_PASSWORD: ${{ vars.USER_PASSWORD }} with: - lane: deliver production + lane: ios production - name: Upload release bundle uses: actions/upload-artifact@v4 with: diff --git a/.github/workflows/build-upload-ios.yml b/.github/workflows/build-upload-ios.yml index 1834a586..ebe56f82 100644 --- a/.github/workflows/build-upload-ios.yml +++ b/.github/workflows/build-upload-ios.yml @@ -48,7 +48,7 @@ jobs: DEMO_USER: ${{ vars.USER_EMAIL }} DEMO_PASSWORD: ${{ vars.USER_PASSWORD }} with: - lane: testflight + lane: ios testflight - name: Upload release bundle uses: actions/upload-artifact@v4 with: