Skip to content

Commit 322e2bd

Browse files
committed
[skip ci] remove files from release step in ci
1 parent 05637c6 commit 322e2bd

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.drone.jsonnet

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
},

.drone.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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
---
280277
kind: signature
281-
hmac: ae31e032aec383019487fa74a430ad2d5d703393028a2487c80fdfd1dc933a15
278+
hmac: 9acf64c27dbe1df74f41a66ebf1e1e56a86ecfc7eb49184275450e8d1279b587
282279

283280
...

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ __pycache__/
99

1010
# ---> Misc
1111
*.swp
12+
CHANGELOG.md

0 commit comments

Comments
 (0)