-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Circle CI: Build a release on pull-request commits
Summary: Package a npm tarball for react-native on pull-request commits, for ease of testing during development. Ensure npm/github secrets are not exposed on pull-request builds (e.g. Circle CI will only grab the CIRCLE_NPM_TOKEN and GITHUB_TOKEN on jobs triggered by tagged commits or commits on main) Renames Circle CI `publish_npm_package` job to `build_and_release_npm_package`, and uses `build_npm_package` for dry runs (e.g. commitlies). Changelog: [internal] Reviewed By: fkgozali Differential Revision: D31243726 fbshipit-source-id: 2907febac3286a1504984c2f14e84dec1d819858
- Loading branch information
1 parent
3db4046
commit 6b86c83
Showing
1 changed file
with
20 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters