Skip to content

Commit

Permalink
fix: try use excludeTaskDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EndyKaufman committed Nov 15, 2024
1 parent 49176c0 commit a4a4662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: ${{ !contains(github.event.head_commit.message, '[skip release]') }}
- run: echo '' > .env && npm run generate -- --verbose
if: ${{ !contains(github.event.head_commit.message, '[skip release]') }}
- run: npm run nx -- run-many --target=semantic-release --all --parallel=1 --excludeTaskDependencies=true
- run: npm run nx -- run-many --target=semantic-release -p server client --parallel=1 --excludeTaskDependencies=true
if: ${{ !contains(github.event.head_commit.message, '[skip release]') }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a4a4662

Please sign in to comment.