From 9a24d0d88e309a95ebe5e3bf64d12a1587898c50 Mon Sep 17 00:00:00 2001 From: Martin Marosi Date: Wed, 20 Nov 2024 09:33:48 +0100 Subject: [PATCH] chore: update base branch to master for release --- .github/actions/release/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/release/action.yml b/.github/actions/release/action.yml index 57228e4f1..d908cf1b5 100644 --- a/.github/actions/release/action.yml +++ b/.github/actions/release/action.yml @@ -45,7 +45,7 @@ runs: HUSKY: 0 GH_TOKEN: ${{ inputs.gh_token }} GITHUB_TOKEN: ${{ inputs.gh_token }} - run: npx nx affected --base=last-release --parallel=1 --target=version --trackDeps --postTargets=build,deploy,github --exclude=@redhat-cloud-services/executors,demo + run: npx nx affected --base=last-release --parallel=1 --baseBranch=master --target=version --trackDeps --postTargets=build,deploy,github --exclude=@redhat-cloud-services/executors,demo - name: Tag last-release shell: bash run: |