fix: working on release
This commit is contained in:
parent
4a30eb0444
commit
d47b5e44d9
1 changed files with 3 additions and 2 deletions
|
@ -15,10 +15,11 @@ pipeline:
|
||||||
gitea:
|
gitea:
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
settings:
|
settings:
|
||||||
api_key:
|
|
||||||
from_secret: gitea_token
|
|
||||||
base_url: https://src.mfgames.com
|
base_url: https://src.mfgames.com
|
||||||
files: exit-planning*.*
|
files: exit-planning*.*
|
||||||
|
secrets:
|
||||||
|
- source: gitea_token
|
||||||
|
target: plugin_api_key
|
||||||
when:
|
when:
|
||||||
event: [tag]
|
event: [tag]
|
||||||
tag: v*
|
tag: v*
|
||||||
|
|
Loading…
Reference in a new issue