add version diff

This commit is contained in:
oslook
2025-09-02 09:38:00 +08:00
parent f6ee9051c8
commit 0f4e28845d

View File

@@ -45,7 +45,7 @@ jobs:
- name: Check for changes
id: git-check
run: |
git add cursor_products
git add README.md version-history.json cursor_products
if ! git diff --staged --quiet; then
echo "changes=true" >> $GITHUB_OUTPUT
fi