Skip to content

Commit fd0e616

Browse files
committed
verify that HEAD exists
1 parent 472db60 commit fd0e616

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ado/templates/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ steps:
1212
displayName: Verify release config
1313
1414
- script: |
15+
git show HEAD
1516
yarn nx release --dry-run
1617
displayName: Version and publish packages (dry run)
1718
condition: ${{ ne(variables['publish_react_native_macos'], '1') }}

0 commit comments

Comments
 (0)