This commit is contained in:
parent
2c5bfb97b4
commit
0dfc8f832e
1 changed files with 11 additions and 0 deletions
|
@ -33,6 +33,17 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
branch: main
|
branch: main
|
||||||
|
|
||||||
|
gitea_release:
|
||||||
|
image: plugins/gitea-release
|
||||||
|
settings:
|
||||||
|
api_key:
|
||||||
|
from_secret: gitea_release_token
|
||||||
|
base_url: https://git.martyoeh.me
|
||||||
|
files: dist/*
|
||||||
|
note: CHANGELOG.md
|
||||||
|
when:
|
||||||
|
branch: feat/add-cli
|
||||||
|
|
||||||
notify_matrix:
|
notify_matrix:
|
||||||
image: plugins/matrix
|
image: plugins/matrix
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Reference in a new issue