File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,15 @@ jobs:
3939
4040 - name : Build Binaries
4141 run : |
42- chmod +x ./iOS_SDK/OneSignalSDK/build_all_frameworks.sh
4342 cd iOS_SDK/OneSignalSDK
43+ chmod +x ./build_all_frameworks.sh
4444 ./build_all_frameworks.sh
45- # chmod +x ./iOS_SDK/OneSignalSDK/update_swift_package.sh
46- # ./iOS_SDK/OneSignalSDK/update_swift_package.sh
45+ shell : bash
46+ - name : Update Swift Package
47+ run : |
48+ cd iOS_SDK/OneSignalSDK
49+ chmod +x ./update_swift_package.sh
50+ ./update_swift_package.sh $version
4751 shell : bash
4852 - name : Commit Changes
4953 env :
Original file line number Diff line number Diff line change 44WORKING_DIR=$( pwd)
55
66# Ask for the new release version number to be placed in the package URL
7- echo -e " \033[1mEnter the new SDK release version number\033[0m"
8- read VERSION_NUMBER
7+ # echo -e "\033[1mEnter the new SDK release version number\033[0m"
8+ # read VERSION_NUMBER
9+ VERSION_NUMBER=$1
910
1011update_framework () {
1112 FRAMEWORK_FOLDER_NAME=$1
You can’t perform that action at this time.
0 commit comments