We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 995aec8 + e3a4f3c commit 6e3f2e8Copy full SHA for 6e3f2e8
.github/workflows/ios-selfhosted-build.yml
@@ -114,10 +114,6 @@ jobs:
114
run: |
115
gem install bundler
116
bundle install --jobs 4 --retry 3
117
- CHANGELOG_FOR_FASTLANE="${{ steps.detect_changes.outputs.changelog || steps.changelog.outputs.changelog }}"
118
- if [ "${{ inputs.changelog_debug }}" == 'true' ]; then
119
- echo "[DEBUG] Running Fastlane with changelog: $CHANGELOG_FOR_FASTLANE"
120
- fi
121
bundle exec fastlane beta
122
env:
123
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
0 commit comments