diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1acf93d..8354d01 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -148,8 +148,8 @@ jobs: run: | git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" - - git add */app/manifest.json releases/* + # Only commit manifests; do not track release artifacts + git add */app/manifest.json if git diff --cached --quiet; then echo "No changes to commit" else