You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/scripts/create-platform-release-pr.sh
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -220,11 +220,11 @@ yarn --cwd install
220
220
echo"Generating test plan csv.."
221
221
yarn run gen:commits "${PLATFORM}""${PREVIOUS_VERSION}""${RELEASE_BRANCH_NAME}""${PROJECT_GIT_DIR}"
222
222
223
-
if [[ "${TEST_ONLY:-false}"=='false' ]];then
224
-
echo"Updating release sheet.."
225
-
# Create a new Release Sheet Page for the new version with our commits.csv content
226
-
yarn run update-release-sheet "${PLATFORM}""${NEW_VERSION}""${GOOGLE_DOCUMENT_ID}""./commits.csv""${PROJECT_GIT_DIR}""${MOBILE_TEMPLATE_SHEET_ID}""${EXTENSION_TEMPLATE_SHEET_ID}"
227
-
fi
223
+
#if [[ "${TEST_ONLY:-false}" == 'false' ]]; then
224
+
# echo "Updating release sheet.."
225
+
# # Create a new Release Sheet Page for the new version with our commits.csv content
0 commit comments