Skip to content

Commit

Permalink
fix: use --no-agents instead of --no-dte
Browse files Browse the repository at this point in the history
  • Loading branch information
thdk committed Sep 7, 2024
1 parent 5030fee commit 10019c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# Version, generate changelogs and publish packages
- run: |
npx nx release --yes --no-dte
npx nx release --yes --no-agents
- name: Push to remote
run: git push --follow-tags

0 comments on commit 10019c3

Please sign in to comment.