Skip to content

Commit 7d267f5

Browse files
committed
chore: re enable
1 parent aaf10de commit 7d267f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

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

218-
# if [[ "${TEST_ONLY:-false}" == 'false' ]]; then
219-
# echo "Updating release sheet.."
220-
# # Create a new Release Sheet Page for the new version with our commits.csv content
221-
# yarn run update-release-sheet "${PLATFORM}" "${NEW_VERSION}" "${GOOGLE_DOCUMENT_ID}" "./commits.csv" "${PROJECT_GIT_DIR}" "${MOBILE_TEMPLATE_SHEET_ID}" "${EXTENSION_TEMPLATE_SHEET_ID}"
222-
# fi
218+
if [[ "${TEST_ONLY:-false}" == 'false' ]]; then
219+
echo "Updating release sheet.."
220+
# Create a new Release Sheet Page for the new version with our commits.csv content
221+
yarn run update-release-sheet "${PLATFORM}" "${NEW_VERSION}" "${GOOGLE_DOCUMENT_ID}" "./commits.csv" "${PROJECT_GIT_DIR}" "${MOBILE_TEMPLATE_SHEET_ID}" "${EXTENSION_TEMPLATE_SHEET_ID}"
222+
fi
223223
cd ../
224224

225225
# Commit and Push Changelog Changes

0 commit comments

Comments
 (0)