From 32233857bf8d03c38c229a9a4620040f5adefcd5 Mon Sep 17 00:00:00 2001 From: Clemens Horn Date: Mon, 18 Mar 2024 21:08:44 +0100 Subject: [PATCH] fix(create-nx-cmake): release new version --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44bc96ab..3654b259 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -513,13 +513,6 @@ jobs: env: SKIP_TESTS: true - - name: Checkout Release [Main] - uses: actions/checkout@v4 - if: github.event_name != 'pull_request' && startsWith(github.ref, 'refs/heads/main') - with: - fetch-depth: 0 - token: ${{ secrets.PAT }} - - name: Publish if: startsWith(github.ref, 'refs/heads/main') run: pnpm nx release publish