We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f3379 commit 563510aCopy full SHA for 563510a
.github/workflows/ios_beta_release.yaml
@@ -20,12 +20,12 @@ jobs:
20
gradle-version: 6.3-rc-1
21
- uses: sinoru/actions-setup-xcode@v1.1
22
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
+ xcode-version: '11.4'
+ apple-id: ${{ secrets.APPLEID_USERNAME }}
25
apple-id-password: ${{ secrets.APPLEID_PASSWORD }}
26
- name: Update version
27
run: |
28
- latest_beta="$(git describe --match "iOS*-RC*" --abbrev=0 --tags)"
+ latest_beta="$(git describe --match "iOS*" --abbrev=0 --tags)"
29
version=${latest_beta#"iOS-"}
30
cd native/KotlinIOS
31
xcrun agvtool new-marketing-version $version
0 commit comments