Skip to content

Commit 6f95d2e

Browse files
committed
remove bump version step in GA workflow
1 parent 390892d commit 6f95d2e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ios-sdk-release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,13 @@ jobs:
4242
- name: Install Cocoapods
4343
run: gem install cocoapods
4444

45-
- name: set version number and push podspecs to git
46-
run: bundle exec fastlane ios bump_release_version version:$VERSION
47-
4845
- name: clean cocaopods cache and lint
4946
run: bundle exec fastlane ios clean_and_lint
5047

5148
- name: create xcframeworks and zip
5249
run: bundle exec fastlane ios build_xcframework output_dir:./output_dir
5350

5451
- name: create github release and upload assets
55-
5652
run: |
5753
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
5854

0 commit comments

Comments
 (0)