From 55233c083ca81bff695413badf9c93caa9a7389c Mon Sep 17 00:00:00 2001 From: Bryan Florkiewicz Date: Thu, 21 Nov 2024 20:01:15 -0500 Subject: [PATCH] chore: add remote to version step in ci --- .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 298f1011f..7fcdba72c 100644 --- a/.github/actions/release/action.yml +++ b/.github/actions/release/action.yml @@ -49,7 +49,7 @@ runs: HUSKY: 0 GH_TOKEN: ${{ inputs.gh_token }} GITHUB_TOKEN: ${{ inputs.gh_token }} - run: npx nx affected --base=last-release --parallel=1 --baseBranch=master --target=version --trackDeps --postTargets=build,deploy,github --exclude=@redhat-cloud-services/executors,demo + run: npx nx affected --base=last-release --parallel=1 --baseBranch=master --remote=origin --target=version --trackDeps --postTargets=build,deploy,github --exclude=@redhat-cloud-services/executors,demo - name: Tag last-release shell: bash run: |