From aa0500fb1a69f5869cce3b36ab544c95b1b83d79 Mon Sep 17 00:00:00 2001 From: Majid Hojati Date: Sat, 2 Mar 2024 02:10:45 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 40a3fe5..d87d3e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,9 @@ jobs: npm test npm run tsc --if-present npm run publish:patch + echo "git add" git add . + echo "git commit" git commit -m "github-actions[bot]:build" - name: Push changes @@ -43,7 +45,7 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version: 20.x