Skip to content

Commit ff4d214

Browse files
add only distro-data.json in workflow
cause it's the only work that stage supposed to do
1 parent 8843857 commit ff4d214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
set +e
8686
git config user.name github-actions[bot]
8787
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
88-
git add --all
88+
git add distro-data.json
8989
git commit -m "AUTO: update distro-data.json"
9090
git push
9191
set -e

0 commit comments

Comments
 (0)