You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
298 B
18 lines
298 B
8 years ago
|
machine:
|
||
|
node:
|
||
|
version: 6.1.0
|
||
|
|
||
|
deployment:
|
||
|
pack:
|
||
|
branch: /.*/
|
||
|
commands:
|
||
|
- npm run pack
|
||
|
release:
|
||
|
tag: /.*/
|
||
|
commands:
|
||
|
- ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME packed/
|
||
|
|
||
|
dependencies:
|
||
|
pre:
|
||
|
- go get github.com/tcnksm/ghr
|