Skip to content

Commit

Permalink
chore: disable step to update team
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Apr 11, 2024
1 parent 0f08c3e commit 707e6e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/actions/ci-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ runs:
path: |
${{ inputs.root-path }}/node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('${{ inputs.root-path }}/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-

- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
Expand Down
8 changes: 4 additions & 4 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ platform :ios do
)

# Update project team
update_project_team(
path: ENV['XCODE_PROJECT_PATH'],
teamid: ENV['APPLE_TEAM_ID']
)
# update_project_team(
# path: ENV['XCODE_PROJECT_PATH'],
# teamid: ENV['APPLE_TEAM_ID']
# )

# Build app
gym(
Expand Down

0 comments on commit 707e6e7

Please sign in to comment.