File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 - name : BUILDSECMON_OPT_IN
1010 value : true
1111 - name : USE_YARN_FOR_PUBLISH
12- value : false
12+ value : true
1313
1414 timeoutInMinutes : 90
1515 cancelTimeoutInMinutes : 5
8080 yarn config set npmPublishRegistry "https://registry.npmjs.org"
8181 yarn config set npmAuthToken $(npmAuthToken)
8282 echo "Publishing with yarn npm publish"
83- yarn ./packages/virtualized-lists npm publish --tag $(publishTag)
84- yarn ./packages/react-native npm publish --tag $(publishTag)
83+ yarn ./packages/virtualized-lists npm publish --tolerate-republish -- tag $(publishTag)
84+ yarn ./packages/react-native npm publish --tolerate-republish --tag $(publishTag)
8585 else
8686 echo "Publishing with npm publish"
8787 npm publish ./packages/virtualized-lists --tag $(publishTag) --registry https://registry.npmjs.org/ --//registry.npmjs.org/:_authToken=$(npmAuthToken)
You can’t perform that action at this time.
0 commit comments