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 38bd914 commit bffb2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
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
sed -i '' "s/\"version\":.*/\"version\":\"$(cat RELEASE_TAG)\",/g" src/package.json
carthage update
rm -rf src/platforms/ios/TestFairySDK.*
cp -R Carthage/Build/iOS/TestFairy.framework* src/platforms/ios/.
Expand Down

0 comments on commit bffb2a2

Please sign in to comment.