Fix the if condition

This commit is contained in:
Matthew Phillips 2022-09-22 16:39:10 -04:00
parent e515100f8c
commit 511485fdc6

View file

@ -30,7 +30,7 @@ jobs:
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
echo "$file was changed"
if grep -q "'astro': minor" "$file"; then
# Some Actions
echo "$file has a minor release tag"
fi
done