From a1c35cfdf40eb0aee1dabf92fa37a98ad525cda1 Mon Sep 17 00:00:00 2001 From: Martin Marosi Date: Tue, 19 Nov 2024 09:41:59 +0100 Subject: [PATCH] chore: use master as base branch for version releases --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 20f703ff0..97882fca4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -156,7 +156,7 @@ jobs: HUSKY: 0 GH_TOKEN: ${{ secrets.GH_BOT_TOKEN }} GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }} - run: npx nx affected --base=last-release --parallel=1 -t version --trackDeps + run: npx nx affected --base=last-release --parallel=1 -t version --trackDeps --baseBranch=master - name: Tag last-release shell: bash run: |