From 4790ba57ab1000f666937d64b1cb0d161cd1d673 Mon Sep 17 00:00:00 2001 From: skywalker Date: Tue, 12 Mar 2024 15:50:43 +0800 Subject: [PATCH] dist branch add seahub/help/locale --- tests/dist_and_push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dist_and_push.sh b/tests/dist_and_push.sh index f83b3e8cc0..0e01bc6a5d 100755 --- a/tests/dist_and_push.sh +++ b/tests/dist_and_push.sh @@ -17,7 +17,7 @@ set +x function commit_dist_files() { echo 'commit seahub' git checkout -b dist-$GITHUB_BRANCH - git add -u . && git add -A media/assets && git add -A static/scripts && git add -A frontend && git add -A locale + git add -u . && git add -A media/assets && git add -A static/scripts && git add -A frontend && git add -A locale && git add -A seahub/help/locale && git add -A seahub/trusted_ip/locale git config --global user.email "github_actions@seafile.com" git config --global user.name "GitHub Actions CI" git commit -m "[dist][CI SKIP] GitHub Actions CI build: #$GITHUB_BUILD_NUMBER, based on commit $GITHUB_SHA." -m "$GITHUB_COMMIT_MESSAGE"