From 473e27ebc534f0a72e3798f51f699ebc6488b1d1 Mon Sep 17 00:00:00 2001 From: Majid Hojati Date: Sat, 2 Mar 2024 02:22:39 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d42ca95..cfda30b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,12 +28,7 @@ jobs: git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" npm run publish:patch - - npm ci - npm test - npm run tsc --if-present - git add . - git commit -m "github-actions[bot]:build" + - name: Push changes uses: ad-m/github-push-action@master