ci(woodpecker): do not need dedicated release pipeline with semantic-release
This commit is contained in:
parent
6fb1dd29d0
commit
3ac3fea413
1 changed files with 0 additions and 29 deletions
|
@ -1,29 +0,0 @@
|
||||||
clone:
|
|
||||||
git:
|
|
||||||
image: woodpeckerci/plugin-git
|
|
||||||
settings:
|
|
||||||
tags: true
|
|
||||||
|
|
||||||
pipeline:
|
|
||||||
build:
|
|
||||||
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
|
|
||||||
commands:
|
|
||||||
- nix develop --command scripts/build.sh
|
|
||||||
when:
|
|
||||||
event: [tag]
|
|
||||||
tag: v*
|
|
||||||
gitea:
|
|
||||||
image: plugins/gitea-release
|
|
||||||
settings:
|
|
||||||
base_url: https://src.mfgames.com
|
|
||||||
files:
|
|
||||||
- "*.epub"
|
|
||||||
- "*.pdf"
|
|
||||||
- "*.html"
|
|
||||||
- "*.mobi"
|
|
||||||
secrets:
|
|
||||||
- source: gitea_token
|
|
||||||
target: plugin_api_key
|
|
||||||
when:
|
|
||||||
event: [tag]
|
|
||||||
tag: v*
|
|
Loading…
Reference in a new issue