mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
fix(ci): check change tags script (#10803)
This commit is contained in:
committed by
GitHub
parent
36eee37220
commit
f4bfd0722e
4
.github/workflows/check-change-tags.yml
vendored
4
.github/workflows/check-change-tags.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
|
||||
- name: check change files end with .md
|
||||
run: |
|
||||
for file in .changes
|
||||
for file in .changes/*
|
||||
do
|
||||
if [[ ! "$file" =~ \.(md|json)$ ]]; then
|
||||
echo ".changes directory should only contain files that end with .md"
|
||||
@@ -29,7 +29,7 @@ jobs:
|
||||
echo "$file"
|
||||
exit 1
|
||||
fi
|
||||
end
|
||||
done
|
||||
|
||||
- uses: dorny/paths-filter@v3
|
||||
id: filter
|
||||
|
||||
Reference in New Issue
Block a user