Skip to content

Commit

Permalink
[fix] delete debug echo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrs1669 committed May 14, 2024
1 parent fb4d6a6 commit e0da33f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ jobs:
elif [[ "$app_name" == *.xcworkspace ]]; then
project_name="${app_name%.xcworkspace}"
fi
echo app name $app_name
echo project name $project_name
echo "PROJECT_NAME=$project_name" >> $GITHUB_ENV
xcrun altool --upload-app -f app.ipa/$project_name.ipa \
-u ${{ secrets.APPLE_ID }} \
Expand Down

0 comments on commit e0da33f

Please sign in to comment.