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: |