-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
caad80c
commit 38bd914
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,12 +19,13 @@ jobs: | |
npm install -g [email protected] | ||
tns usage-reporting disable | ||
tns error-reporting disable | ||
- name: Update iOS SDK | ||
- name: Update Native SDK | ||
run: | | ||
ANDROID_SDK_VERSION=1.12.12 | ||
curl -s -L https://maven.testfairy.com/com/testfairy/testfairy-android-sdk/${ANDROID_SDK_VERSION}/testfairy-android-sdk-${ANDROID_SDK_VERSION}.aar -o src/platforms/android/testfairy-android-sdk.aar | ||
IOS_VERSION=1.29.2 | ||
curl -s -L https://maven.testfairy.com/com/testfairy/testfairy-android-sdk/${ANDROID_SDK_VERSION}/testfairy-android-sdk-${ANDROID_SDK_VERSION}.aar -o src/platforms/android/testfairy-android-sdk.aar | ||
echo "github \"testfairy/testfairy-carthage\" == ${IOS_VERSION}" > Cartfile | ||
cat Cartfile | ||
echo ${GITHUB_REF##*/} > RELEASE_TAG | ||
sed -i '' "s/\"version\":.*/\"version\":\"$(cat RELEASE_TAG)"\",/g" package.json | ||
carthage update | ||
|