Skip to content

Commit 563510a

Browse files
authored
Update ios_beta_release.yaml
1 parent e0f3379 commit 563510a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ios_beta_release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
gradle-version: 6.3-rc-1
2121
- uses: sinoru/actions-setup-xcode@v1.1
2222
with:
23-
xcode-version: '11.4' # Exact version of a Xcode version to use
24-
apple-id: ${{ secrets.APPLEID_USERNAME }} # Apple ID to download from Apple Developer when Xcode not available in local
23+
xcode-version: '11.4'
24+
apple-id: ${{ secrets.APPLEID_USERNAME }}
2525
apple-id-password: ${{ secrets.APPLEID_PASSWORD }}
2626
- name: Update version
2727
run: |
28-
latest_beta="$(git describe --match "iOS*-RC*" --abbrev=0 --tags)"
28+
latest_beta="$(git describe --match "iOS*" --abbrev=0 --tags)"
2929
version=${latest_beta#"iOS-"}
3030
cd native/KotlinIOS
3131
xcrun agvtool new-marketing-version $version

0 commit comments

Comments
 (0)