fix release pipeline

This commit is contained in:
Robert Kaussow 2021-09-18 18:55:05 +02:00
parent af2e277e26
commit 7f8863b84d
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 1 additions and 4 deletions

View File

@ -104,7 +104,6 @@ local PipelineRelease(deps=[],) = {
api_key: {
from_secret: 'github_token',
},
files: ['release/*'],
title: '${DRONE_TAG}',
note: 'CHANGELOG.md',
},

View File

@ -69,8 +69,6 @@ steps:
settings:
api_key:
from_secret: github_token
files:
- release/*
note: CHANGELOG.md
overwrite: true
title: ${DRONE_TAG}
@ -145,6 +143,6 @@ trigger:
- failure
---
kind: signature
hmac: 54d16ad27faa72c5a91fdd8fcf6031bdd15676183fc2edb1bd00db86551a306d
hmac: 90235d1911233db57107b28ec6925c75d4b788f40771ee454b8c14b57b3265cb
...