Skip to content

Commit

Permalink
[316] Update syntax
Browse files Browse the repository at this point in the history
Remove redundant code
  • Loading branch information
ducbm051291 committed Oct 23, 2023
1 parent e9f0de5 commit ea55da9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_app_store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- uses: yanamura/ios-bump-version@v1
with:
build-number: ${{ github.run_number }}
build-number: ${{github.run_number}}

- name: Build and Test
run: bundle exec fastlane buildAndTest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_production_firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- uses: yanamura/ios-bump-version@v1
with:
build-number: ${{ github.run_number }}
build-number: ${{github.run_number}}

- name: Build and Test
run: bundle exec fastlane buildAndTest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_staging_firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- uses: yanamura/ios-bump-version@v1
with:
build-number: ${{ github.run_number }}
build-number: ${{github.run_number}}

- name: Build and Test
run: bundle exec fastlane buildAndTest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_upload_build_to_test_flight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- uses: yanamura/ios-bump-version@v1
with:
build-number: ${{ github.run_number }}
build-number: ${{github.run_number}}

- name: Build App and Distribute to AppStore
run: bundle exec fastlane buildAndUploadToAppStore
Expand Down
6 changes: 0 additions & 6 deletions fastlane/Fastfile.swift
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,6 @@ class Fastfile: LaneFile {

setAppVersion()
AppStoreAuthentication.connectAPIKey()
// if Secret.bumpAppStoreBuildNumber {
// bumpAppstoreBuild()
// } else {
// bumpBuild()
// }

buildAppStoreLane()

Distribution.uploadToAppStore()
Expand Down

0 comments on commit ea55da9

Please sign in to comment.