Skip to content

Commit

Permalink
Merge branch 'main' into davidmfinol-patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmfinol authored May 15, 2024
2 parents 265dda2 + f91d452 commit d17d1de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/03-github/06-deployment/ios.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ jobs:
eval "$(ssh-agent -s)"
ssh-add - <<< "${MATCH_DEPLOY_KEY}"
find $IOS_BUILD_PATH -type f -name "**.sh" -exec chmod +x {} \;
find $IOS_BUILD_PATH -type f -iname "usymtool" -exec chmod +x {} \;
bundle install
bundle exec fastlane ios release
Expand Down
1 change: 1 addition & 0 deletions versioned_docs/version-2/03-github/06-deployment/ios.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ jobs:
eval "$(ssh-agent -s)"
ssh-add - <<< "${MATCH_DEPLOY_KEY}"
find $IOS_BUILD_PATH -type f -name "**.sh" -exec chmod +x {} \;
find $IOS_BUILD_PATH -type f -iname "usymtool" -exec chmod +x {} \;
bundle install
bundle exec fastlane ios release
Expand Down
1 change: 1 addition & 0 deletions versioned_docs/version-3/03-github/06-deployment/ios.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ jobs:
eval "$(ssh-agent -s)"
ssh-add - <<< "${MATCH_DEPLOY_KEY}"
find $IOS_BUILD_PATH -type f -name "**.sh" -exec chmod +x {} \;
find $IOS_BUILD_PATH -type f -iname "usymtool" -exec chmod +x {} \;
bundle install
bundle exec fastlane ios release
Expand Down

0 comments on commit d17d1de

Please sign in to comment.