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 05637c6 commit 322e2bd
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 @@ -100,7 +100,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 @@ -193,9 +193,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 @@ -278,6 +275,6 @@ trigger:
- failure
---
kind: signature
hmac: ae31e032aec383019487fa74a430ad2d5d703393028a2487c80fdfd1dc933a15
hmac: 9acf64c27dbe1df74f41a66ebf1e1e56a86ecfc7eb49184275450e8d1279b587

...
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 322e2bd

Please sign in to comment.