Browse Source

Allow GitHub Releases uploader to extend existing one

master
Leo Lamprecht 8 years ago
parent
commit
a9c862a228
  1. 2
      circle.yml

2
circle.yml

@ -16,7 +16,7 @@ deployment:
tag: /(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)/ tag: /(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)/
owner: zeit owner: zeit
commands: commands:
- ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME --replace $CIRCLE_TAG packed - ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME -replace $CIRCLE_TAG packed
- npm publish - npm publish
dependencies: dependencies:

Loading…
Cancel
Save