[ci] track all files

This commit is contained in:
Eugene Yaremenko 2022-01-21 04:53:18 +02:00 committed by GitHub
parent c528f614e8
commit cbb3292c43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ if [[ -z "$(git status --porcelain)" ]]; then
echo "No changes. Exiting."
exit 0
else
git add -N
git add --all
git diff HEAD > "/tmp/${PUBLISH}.patch"
echo "Changed files:"
git status --porcelain