Skip to content

Commit d0246e1

Browse files
authored
Fix build number calculation (#312)
1 parent 1537470 commit d0246e1

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.github/workflows/ios_emerge_upload_main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4
18+
with:
19+
fetch-depth: 0
1820

1921
- name: Select Xcode version
2022
run: sudo xcode-select -s '/Applications/Xcode_16.2.app/Contents/Developer'

.github/workflows/ios_emerge_upload_pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4
19+
with:
20+
fetch-depth: 0
1921

2022
- name: Select Xcode version
2123
run: sudo xcode-select -s '/Applications/Xcode_16.2.app/Contents/Developer'

.github/workflows/ios_emerge_upload_snapshots.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4
21+
with:
22+
fetch-depth: 0
2123

2224
- name: Select Xcode version
2325
run: sudo xcode-select -s '/Applications/Xcode_16.2.app/Contents/Developer'
@@ -44,6 +46,8 @@ jobs:
4446
steps:
4547
- name: Checkout
4648
uses: actions/checkout@v4
49+
with:
50+
fetch-depth: 0
4751
- name: Select Xcode version
4852
run: sudo xcode-select -s '/Applications/Xcode_16.2.app/Contents/Developer'
4953
- name: Set up App Store Connect API Key

0 commit comments

Comments
 (0)