Skip to content

Commit

Permalink
Up
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalnagar committed Feb 10, 2024
1 parent 228ad14 commit 28482c1
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 @@ -41,4 +41,4 @@ jobs:
- name: Version affected packages
run: yarn nx affected -t version --base=${{ env.NX_BASE }} --head=${{ env.NX_HEAD }}
- name: Changelog affected packages
run: yarn nx affected -t changelog --base=${{ env.NX_BASE }} --head=${{ env.NX_HEAD }}
run: yarn nx affected -t changelog --from=${{ env.NX_BASE }} --to=${{ env.NX_HEAD }}

0 comments on commit 28482c1

Please sign in to comment.