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