Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix publish_release not running on release tags correctly.
Summary: During RN 0.69 we realized that we're failing to publish a version. The reason is that only the `prepare_hermes_workspace` was executed after a TAG got published. The problem is a missing `filter:` key which made CircleCI skipping some steps for a tag. Here I'm fixing it. Run for 0.69.0-rc0 (broken) https://app.circleci.com/pipelines/github/facebook/react-native/13123/workflows/3cb781d2-f81c-4856-9686-2260c020c3bd Run for 0.68.1 https://app.circleci.com/pipelines/github/facebook/react-native/12938/workflows/a1bcf306-9d81-4149-9d4a-bc7b988fb53f Changelog: [Internal] [Changed] - Fix publish_release not running on release tags correctly Reviewed By: hramos Differential Revision: D36005374 fbshipit-source-id: 5664369f008e60e334c1db5fa2e7c3089369d7ad
- Loading branch information