microsoft / react-native-macos

A framework for building native macOS apps with React.
https://microsoft.github.io/react-native-windows/
MIT License
3.45k stars 132 forks source link

[CI] Fix more CI issues #2003

Closed Saadnajmi closed 8 months ago

Saadnajmi commented 8 months ago

Please select one of the following

Summary:

This PR fixes two followup issues uncovered on our publish pipeline:

1) @react-native-mac/virtualized-lists v0.73.3 got published to NPM, but the followup git commit to delete the change file and bump versions never happened. Let's manually sync by doing both.

2) In 0.73-stable, some of the upstream NPM publish scripts got refactored that removed some of our diffs to not use the process.env.CIRCLE_TAG variable. Let's just bring back our diff to use the package.json version instead of relying on a CircleCI environment variable.

Changelog:

[INTERNAL] [FIXED] - Fix more CI issues

Test Plan:

CI should pass.