From 917f93e66bf1a9a4ccb3a6324bd0b80d62b4a641 Mon Sep 17 00:00:00 2001 From: Majid Hojati Date: Sat, 2 Mar 2024 02:12:55 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d87d3e4..d42ca95 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,13 +27,12 @@ jobs: run: | 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 - npm run publish:patch - echo "git add" git add . - echo "git commit" git commit -m "github-actions[bot]:build" - name: Push changes