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.
1 parent 390892d commit 6f95d2eCopy full SHA for 6f95d2e
.github/workflows/ios-sdk-release.yml
@@ -42,17 +42,13 @@ jobs:
42
- name: Install Cocoapods
43
run: gem install cocoapods
44
45
- - name: set version number and push podspecs to git
46
- run: bundle exec fastlane ios bump_release_version version:$VERSION
47
-
48
- name: clean cocaopods cache and lint
49
run: bundle exec fastlane ios clean_and_lint
50
51
- name: create xcframeworks and zip
52
run: bundle exec fastlane ios build_xcframework output_dir:./output_dir
53
54
- name: create github release and upload assets
55
56
run: |
57
bundle exec fastlane ios create_release version:$VERSION branch:$BRANCH changelog_section:$CHANGELOG_SECTION output_dir:$OUTPUT_DIR github_token:$GITHUB_TOKEN set_prerelease:$SET_PRERELEASE
58
0 commit comments