Update check unauthorized toolkit updates workflow (#449)

Forgot to add the change for the target versions too
This commit is contained in:
Eric Gustin 2025-06-17 13:46:58 -07:00 committed by GitHub
parent 99aa53d025
commit bbe8cb3478
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,7 +61,7 @@ jobs:
run: |
git fetch origin main
git checkout origin/main
paste <(cat toolkits/*/pyproject.toml | grep "^name = " | cut -d'"' -f2) <(cat toolkits/*/pyproject.toml | grep "^version = " | cut -d'"' -f2) | awk '{print $1"="$2}' > target_versions.txt
paste <(cat toolkits/*/pyproject.toml | grep "^name = " | grep "arcade_" | cut -d'"' -f2) <(cat toolkits/*/pyproject.toml | grep "^version = " | cut -d'"' -f2) | awk '{print $1"="$2}' > target_versions.txt
echo "Package versions in target branch:"
cat target_versions.txt