Skip to content

Commit 1788abc

Browse files
author
Jacob Gadikian
authored
Update .drone.yml
1 parent c774d10 commit 1788abc

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

Diff for: .drone.yml

+12-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,18 @@ pipeline:
99
- go get github.com/Masterminds/glide
1010
- glide install
1111

12-
publish:
12+
pipeline:
1313
github_release:
14-
api_key: my_github_api_key
14+
image: plugins/github-release
1515
files:
16-
- dist/*
16+
- src/github.com/dawn-network/glogchain/glogchain
17+
checksum:
18+
- md5
19+
- sha1
20+
- sha256
21+
- sha512
22+
- adler32
23+
- crc32
24+
when:
25+
event: tag
1726

0 commit comments

Comments
 (0)