react-native-community / template

The React Native Community Template - getting started building RN apps for Android & iOS
MIT License
71 stars 16 forks source link

Update release.yaml #66

Closed blakef closed 1 month ago

blakef commented 1 month ago

Summary:

  1. Fixed a typo in the shell script
  2. Allow the release release workflow to continue if there are no git changes. This can occur if the npm publish step fails. Npm isn't going to let us publish duplicates, so it's safe to try again.

Testing

0.75.4 ran into these issues, this has already been picked onto 0.75-stable and 0.76-stable.