Skip to content

Commit

Permalink
ci: back to circleci lane
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Nov 16, 2023
1 parent dc39e6c commit d967031
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
with:
ssh-private-key: ${{ secrets.FASTLANE_DEPLOY_KEY }}
- name: Fastlane
run: fastlane match_dist
if: matrix.os == 'macos-latest' && vars.SCRATCH_SHOULD_SIGN
run: fastlane circleci
- name: Build
timeout-minutes: 30 # macOS notarization can take a while
env:
Expand Down

0 comments on commit d967031

Please sign in to comment.