diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7bbb1f15..26246c77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,6 +54,9 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + - name: Stop Nx Cloud Agents + run: pnpx -y nx-cloud stop-all-agen + nx_agent: runs-on: ubuntu-latest name: Nx Agent