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