Skip to content

Commit

Permalink
[316] Update workflows ${{ github.run_number }}
Browse files Browse the repository at this point in the history
  • Loading branch information
ducnimble committed Apr 19, 2023
1 parent f3d5e0f commit 57598e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ -62,7 +62,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 @@ -61,7 +61,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 @@ -67,7 +67,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 @@ -62,7 +62,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

0 comments on commit 57598e6

Please sign in to comment.