Skip to content

Commit

Permalink
fix(create-nx-cmake): release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
clemenscodes committed Mar 18, 2024
1 parent 73bd795 commit 3223385
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3223385

Please sign in to comment.