Skip to content

Commit d86a531

Browse files
committed
chore: comment gsheet step
1 parent 092bb61 commit d86a531

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/scripts/create-platform-release-pr.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,11 @@ yarn --cwd install
220220
echo "Generating test plan csv.."
221221
yarn run gen:commits "${PLATFORM}" "${PREVIOUS_VERSION}" "${RELEASE_BRANCH_NAME}" "${PROJECT_GIT_DIR}"
222222

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
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
228228
cd ../
229229

230230
# Commit and Push Changelog Changes

0 commit comments

Comments
 (0)