mirror of
https://github.com/thegeeklab/drone-template-lib.git
synced 2024-11-16 01:40:42 +00:00
fix release pipeline
This commit is contained in:
parent
af2e277e26
commit
7f8863b84d
@ -104,7 +104,6 @@ local PipelineRelease(deps=[],) = {
|
||||
api_key: {
|
||||
from_secret: 'github_token',
|
||||
},
|
||||
files: ['release/*'],
|
||||
title: '${DRONE_TAG}',
|
||||
note: 'CHANGELOG.md',
|
||||
},
|
||||
|
@ -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
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user