From f6d9e4509a719df21e6c4ad25a0d12ec8d8b505c Mon Sep 17 00:00:00 2001 From: Vilsol Date: Mon, 2 Sep 2024 17:08:20 +0300 Subject: [PATCH] chore: debug release pipeline --- .github/workflows/release.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 11948015..0691ba41 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -51,10 +51,13 @@ jobs: echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" > .npmrc - name: Release - run: npx lerna publish --no-verify-access --no-private --conventional-commits --yes --loglevel debug + run: | + git status + npx lerna publish --no-verify-access --no-private --conventional-commits --yes --loglevel debug - name: Sync next branch run: | + git status git checkout next git merge --ff-only master git push -u origin next