Skip to content

Commit

Permalink
[skip ci] remove files from release step in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Sep 13, 2021
1 parent 54ac805 commit b6b402f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ local PipelineRelease = {
settings: {
overwrite: true,
api_key: { from_secret: 'github_token' },
files: ['dist/*', 'sha256sum.txt'],
title: '${DRONE_TAG}',
note: 'CHANGELOG.md',
},
Expand Down
5 changes: 1 addition & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,6 @@ steps:
settings:
api_key:
from_secret: github_token
files:
- dist/*
- sha256sum.txt
note: CHANGELOG.md
overwrite: true
title: ${DRONE_TAG}
Expand Down Expand Up @@ -273,6 +270,6 @@ trigger:
- failure
---
kind: signature
hmac: 165b9e2ec0ac3e2435badf174a8daec47cc881acace6e0e6d85a4f422a1bf0e2
hmac: 44a36126f6adf58c49d02bb8a748a4fa2a97015dfa7282c049c617e64416cee7

...
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ __pycache__/

# ---> Misc
*.swp
CHANGELOG.md

0 comments on commit b6b402f

Please sign in to comment.