Skip to content

Commit e5692c9

Browse files
committed
use workflow for CD
1 parent 677e528 commit e5692c9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

iOS_SDK/OneSignalSDK/update_swift_package.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ SWIFT_PACKAGE_DIRECTORY="${WORKING_DIR}/../.."
2222

2323
SWIFT_PACKAGE_PATH="${SWIFT_PACKAGE_DIRECTORY}/Package.swift"
2424

25-
#Ask for the new release version number to be placed in the package URL
26-
echo -e "\033[1mEnter the new SDK release version number\033[0m"
27-
read VERSION_NUMBER
25+
# Ask for the new release version number to be placed in the package URL
26+
# echo -e "\033[1mEnter the new SDK release version number\033[0m"
27+
# read VERSION_NUMBER
28+
VERSION_NUMBER=$1
2829

2930
# Remove the old Zipped XCFramework and create a new Zip
3031
echo "Removing old Zipped XCFramework ${FRAMEWORK_ZIP_PATH}"

0 commit comments

Comments
 (0)