Chore: Make detect breaking changes workflow backport compatible (#45005)

* fix(detect-breaking-changes): use the base.ref for backport compatibility

* chore(check-breaking-changes): update path to previous package dist directory
This commit is contained in:
Jack Westbrook
2022-02-08 11:33:33 +01:00
committed by GitHub
parent ffee50b57c
commit f885c2ede9
2 changed files with 14 additions and 14 deletions

View File

@ -12,7 +12,7 @@ while IFS=" " read -r -a package; do
PACKAGE_PATH=$(basename "$package")
# Calculate current and previous package paths / names
PREV="./main/packages/$PACKAGE_PATH/dist/"
PREV="./base/packages/$PACKAGE_PATH/dist/"
CURRENT="./pr/packages/$PACKAGE_PATH/dist/"
# Temporarily skipping these packages as they don't have any exposed static typing