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 43f1a43 commit 16ae2f6Copy full SHA for 16ae2f6
.ado/templates/npm-publish-steps.yml
@@ -14,11 +14,13 @@ steps:
14
displayName: Verify release config
15
16
- script: |
17
+ echo Target branch: $(System.PullRequest.TargetBranch)
18
yarn nx release --dry-run --verbose
19
displayName: Version and publish packages (dry run)
20
condition: and(succeeded(), ne(variables['publish_react_native_macos'], '1'))
21
22
23
+ git switch $(Build.SourceBranchName)
24
yarn nx release --yes --verbose
25
env:
26
GITHUB_TOKEN: $(githubAuthToken)
0 commit comments