Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadnajmi committed Dec 13, 2024
1 parent aff0839 commit 1c14783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ado/templates/npm-publish-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
- script: |
set -eox pipefail
echo Target branch: $(System.PullRequest.TargetBranch)
git checkout -b test
git push --set-upstream origin test-publish
yarn nx release plan --message 'Dry run test' --only-touched=false patch
yarn nx release --skip-publish --verbose
yarn nx release publish --excludeTaskDependencies
Expand Down

0 comments on commit 1c14783

Please sign in to comment.