Skip to content

Commit

Permalink
Added capabilities to pluginQA
Browse files Browse the repository at this point in the history
  • Loading branch information
al-af committed May 15, 2024
1 parent 5fa9937 commit f5414c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pluginQA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
VERSION=$(grep 'version:' pubspec.yaml | sed 's/version: //')
echo "PACKAGE_VERSION=$VERSION" >> $GITHUB_ENV
- name: Extract iOS SDK version
- name: Extract iOS SDK version from podspec
run: |
IOS_SDK_VERSION=$(cat ios/appsflyer_sdk.podspec | grep '\'AppsFlyerFramework\'' | grep -Eo '[0-9]+\.[0-9]+\.[0-9]+')
IOS_SDK_VERSION=$(grep 's.ios.dependency '"'"'AppsFlyerFramework'"'"',' ios/appsflyer_sdk.podspec | grep -Eo '[0-9]+\.[0-9]+\.[0-9]+')
echo "IOS_SDK_VERSION=$IOS_SDK_VERSION" >> $GITHUB_ENV
- name: Extract Android SDK version
Expand Down

0 comments on commit f5414c9

Please sign in to comment.