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 bf174c8 commit 05b4773Copy full SHA for 05b4773
.ado/templates/npm-publish.yml
@@ -14,12 +14,12 @@ steps:
14
- script: |
15
yarn nx release --dry-run
16
displayName: Version and publish packages (dry run)
17
- condition: ${{ ne(variables['publish_react_native_macos'], '1') }}
+ condition: and(succeeded(), ne(variables['publish_react_native_macos'], '1'))
18
19
20
yarn nx release --yes
21
env:
22
GITHUB_TOKEN: $(githubAuthToken)
23
NODE_AUTH_TOKEN: $(npmAuthToken)
24
displayName: Version and publish packages
25
- condition: ${{ eq(variables['publish_react_native_macos'], '1') }}
0 commit comments