mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Only publish for tags (#2112)
* Only publish for tags * Tell Yarn the right thing
This commit is contained in:
parent
8a3e002aa5
commit
ec8bd4ef99
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ deployment:
|
|||
branch: /.*/
|
||||
owner: zeit
|
||||
commands:
|
||||
- yarn run dist
|
||||
- yarn run dist -- -p 'never'
|
||||
- cp dist/*.zip $CIRCLE_ARTIFACTS
|
||||
release:
|
||||
tag: /.*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue