File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ local PipelineRelease = {
100100 settings: {
101101 overwrite: true ,
102102 api_key: { from_secret: 'github_token' },
103- files: ['dist/*' , 'sha256sum.txt' ],
104103 title: '${DRONE_TAG}' ,
105104 note: 'CHANGELOG.md' ,
106105 },
Original file line number Diff line number Diff line change @@ -193,9 +193,6 @@ steps:
193193 settings :
194194 api_key :
195195 from_secret : github_token
196- files :
197- - dist/*
198- - sha256sum.txt
199196 note : CHANGELOG.md
200197 overwrite : true
201198 title : ${DRONE_TAG}
@@ -278,6 +275,6 @@ trigger:
278275 - failure
279276---
280277kind : signature
281- hmac : ae31e032aec383019487fa74a430ad2d5d703393028a2487c80fdfd1dc933a15
278+ hmac : 9acf64c27dbe1df74f41a66ebf1e1e56a86ecfc7eb49184275450e8d1279b587
282279
283280...
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ __pycache__/
99
1010# ---> Misc
1111* .swp
12+ CHANGELOG.md
You can’t perform that action at this time.
0 commit comments