Skip to content

Commit

Permalink
Update .drone.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Gadikian authored Mar 10, 2017
1 parent c774d10 commit 1788abc
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,18 @@ pipeline:
- go get github.com/Masterminds/glide
- glide install

publish:
pipeline:
github_release:
api_key: my_github_api_key
image: plugins/github-release
files:
- dist/*
- src/github.com/dawn-network/glogchain/glogchain
checksum:
- md5
- sha1
- sha256
- sha512
- adler32
- crc32
when:
event: tag

0 comments on commit 1788abc

Please sign in to comment.