We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472db60 commit fd0e616Copy full SHA for fd0e616
.ado/templates/npm-publish.yml
@@ -12,6 +12,7 @@ steps:
12
displayName: Verify release config
13
14
- script: |
15
+ git show HEAD
16
yarn nx release --dry-run
17
displayName: Version and publish packages (dry run)
18
condition: ${{ ne(variables['publish_react_native_macos'], '1') }}
0 commit comments