From 0a396bc36c66be1dfa5ba517311ae8910ae7e580 Mon Sep 17 00:00:00 2001 From: Alexey Date: Sat, 7 Sep 2024 23:24:44 +0300 Subject: [PATCH] Ci/run prepublish scripts (#7) * ci: run prepublish scripts * ci: use different method for brunch detection * ci: fix release workflow * ci: setup path to vitest config * ci: configure github actions commit --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8a66ecd..d389480 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,6 +47,10 @@ jobs: - name: Run tests run: yarn test:ci + - run: | + git config user.name github-actions + git config user.email github-actions@github.com + - name: Run prepublish run: yarn workspaces foreach -A --no-private run prepublish