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 7f9e1bc commit b2b2a77Copy full SHA for b2b2a77
.github/workflows/onestep.sh
@@ -94,7 +94,7 @@ function replace_tag()
94
# PRE_COMPILE_TAG_IOS not found, check PRE_COMPILE_TAG
95
if grep -q "PRE_COMPILE_TAG" "$file"; then
96
# insert PRE_COMPILE_TAG_IOS=new_tag after PRE_COMPILE_TAG
97
-sed -i "" "/PRE_COMPILE_TAG/a\\
+sed -i "" "/PRE_COMPILE_TAG=/a\\
98
export $key=$TAG
99
" "$file"
100
else
0 commit comments