We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fcd14a commit 972705aCopy full SHA for 972705a
scripts/release_testing_setup.sh
@@ -71,7 +71,7 @@ if [ -n "$tag_version" ]; then
71
sed -i "" "s/\s*:tag.*/:tag => '${tag_version}'/" *.podspec
72
fi
73
74
-if [ -n "$sdk_version_config" ]; then
+if false && [ -n "$sdk_version_config" ]; then
75
cd "${GITHUB_WORKSPACE}/ZipBuilder"
76
swift build
77
# Update Pod versions.
0 commit comments