This commit is contained in:
parent
2c5bfb97b4
commit
7e595569ae
1 changed files with 12 additions and 0 deletions
|
@ -33,6 +33,18 @@ 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-ci
|
||||||
|
event: tag
|
||||||
|
|
||||||
notify_matrix:
|
notify_matrix:
|
||||||
image: plugins/matrix
|
image: plugins/matrix
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Reference in a new issue