Skip to content

Commit

Permalink
Run deploys to npm whenever a new tag is pushed to a stable branch (#…
Browse files Browse the repository at this point in the history
…19742)

Summary:
This has been tested in `0.56-stable` and was used to deploy the `0.56.0-rc.2` release.
Pull Request resolved: #19742

Differential Revision: D9071349

Pulled By: hramos

fbshipit-source-id: 6bccbe4a56cb080bd7d75c1f622168e462fb4c86
  • Loading branch information
hramos authored and facebook-github-bot committed Jul 30, 2018
1 parent 3ea803a commit 0541c7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,8 @@ workflows:
- publish_npm_package:
filters:
branches:
ignore: /.*/
only:
- /.*-stable/
tags:
only: /v[0-9]+(\.[0-9]+)*(\-rc(\.[0-9]+)?)?/
requires:
Expand Down

0 comments on commit 0541c7b

Please sign in to comment.