verify patch doesn't trigger it

This commit is contained in:
Matthew Phillips 2022-09-22 17:02:47 -04:00
parent 02b4664c70
commit 6c17cdca45
2 changed files with 1 additions and 2 deletions
.changeset
.github/workflows

View file

@ -1,5 +1,5 @@
---
'astro': minor
'astro': patch
---
Just a test again

View file

@ -26,7 +26,6 @@ jobs:
echo "Checking for changesets marked as minor"
echo '::set-output name=found::false'
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
echo "$file has changed"
if grep -q "'astro': minor" "$file"; then
echo '::set-output name=found::true'
echo "$file has a minor release tag"