Skip to content

Commit

Permalink
Update ios_beta_release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hitherejoe authored Apr 7, 2020
1 parent e0f3379 commit 563510a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ios_beta_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
gradle-version: 6.3-rc-1
- uses: sinoru/[email protected]
with:
xcode-version: '11.4' # Exact version of a Xcode version to use
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 }}
apple-id-password: ${{ secrets.APPLEID_PASSWORD }}
- name: Update version
run: |
latest_beta="$(git describe --match "iOS*-RC*" --abbrev=0 --tags)"
latest_beta="$(git describe --match "iOS*" --abbrev=0 --tags)"
version=${latest_beta#"iOS-"}
cd native/KotlinIOS
xcrun agvtool new-marketing-version $version
Expand Down

0 comments on commit 563510a

Please sign in to comment.