Skip to content

Commit

Permalink
fix: missing platform on lane calls
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebus-84 committed Nov 28, 2024
1 parent 62a38f7 commit d9ba2b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beta_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-upload-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d9ba2b3

Please sign in to comment.