Skip to content

Commit 4fc6906

Browse files
committed
Drone auto-release
1 parent 7f9b47a commit 4fc6906

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.drone.yml

+18
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,24 @@ pipeline:
2727
when:
2828
branch: master
2929

30+
release:
31+
image: plugins/github-release
32+
secrets: [ github_api_key ]
33+
settings:
34+
api_key:
35+
from_secret: github_api_key
36+
files:
37+
- build/*
38+
checksum:
39+
- md5
40+
- sha1
41+
- sha256
42+
- sha512
43+
- adler32
44+
- crc32
45+
when:
46+
branch: master
47+
3048
telegram:
3149
image: appleboy/drone-telegram
3250
secrets: [ telegram_token, telegram_to ]

0 commit comments

Comments
 (0)