File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 68
68
# https://github.com/microsoft/react-native-macos/issues/2580
69
69
# `nx release publish` gets confused by the output of RNM's prepack script.
70
70
# Let's call `yarn npm publish` directly instead on the packages we want to publish.
71
- # yarn nx release publish --tag ${{ parameters[' publishTag'] }} --excludeTaskDependencies
72
- yarn ./packages/virtualized-lists npm publish --tag ${{ parameters[' publishTag'] }}
73
- yarn ./packages/react-native npm publish --tag ${{ parameters[' publishTag'] }}
71
+ # yarn nx release publish --tag $( publishTag) --excludeTaskDependencies
72
+ yarn ./packages/virtualized-lists npm publish --tag $( publishTag)
73
+ yarn ./packages/react-native npm publish --tag $( publishTag)
74
74
fi
75
75
displayName: Publish packages
76
76
condition: and(succeeded(), eq(variables['publish_react_native_macos'], '1'))
You can’t perform that action at this time.
0 commit comments