From 85e5e778358da98268ed21a5e0903bf2582593a7 Mon Sep 17 00:00:00 2001 From: Majid Hojati Date: Sat, 2 Mar 2024 02:05:47 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b364613..40a3fe5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,8 +31,8 @@ jobs: npm test npm run tsc --if-present npm run publish:patch - - git commit -a -m "Build" + git add . + git commit -m "github-actions[bot]:build" - name: Push changes uses: ad-m/github-push-action@master