diff --git a/.github/workflows/update-cursor-links.yml b/.github/workflows/update-cursor-links.yml index 4482b52..37be5b4 100644 --- a/.github/workflows/update-cursor-links.yml +++ b/.github/workflows/update-cursor-links.yml @@ -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