Skip to content

Commit

Permalink
ci(0.76): add --verbose flag to nx release
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadnajmi committed Dec 6, 2024
1 parent 6189ed0 commit 7f8068f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ado/templates/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ steps:
displayName: Verify release config
- script: |
yarn nx release --dry-run
yarn nx release --dry-run --verbose
displayName: Version and publish packages (dry run)
condition: and(succeeded(), ne(variables['publish_react_native_macos'], '1'))
- script: |
yarn nx release --yes
yarn nx release --yes --verbose
env:
GITHUB_TOKEN: $(githubAuthToken)
NODE_AUTH_TOKEN: $(npmAuthToken)
Expand Down

0 comments on commit 7f8068f

Please sign in to comment.