mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 21:28:40 -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: /.*/
|
branch: /.*/
|
||||||
owner: zeit
|
owner: zeit
|
||||||
commands:
|
commands:
|
||||||
- yarn run dist
|
- yarn run dist -- -p 'never'
|
||||||
- cp dist/*.zip $CIRCLE_ARTIFACTS
|
- cp dist/*.zip $CIRCLE_ARTIFACTS
|
||||||
release:
|
release:
|
||||||
tag: /.*/
|
tag: /.*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue