Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysharm authored Jul 27, 2021
1 parent caad80c commit 38bd914
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38bd914

Please sign in to comment.