From 11dab437639a4ed5dd73936d532d6ba5901f3f9c Mon Sep 17 00:00:00 2001 From: substantialcattle5 Date: Thu, 25 Jul 2024 06:13:24 +0530 Subject: [PATCH] fix: nxjson --- .github/workflows/ci.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f37b97e..f56feed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,12 +8,8 @@ on: branches: - main -permissions: - actions: read - contents: read - jobs: - main: + build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -40,5 +36,5 @@ jobs: env: NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }} - - name: Nx Cloud - Stop CI Run - run: npx nx-cloud stop-ci-run + - name: Nx Cloud - Complete CI Run + run: npx nx-cloud complete-ci-run