build(woodpecker): accept any tag format
This commit is contained in:
parent
d58e46d65e
commit
a83fe8b581
1 changed files with 0 additions and 4 deletions
|
@ -30,7 +30,6 @@ steps:
|
|||
- event: push
|
||||
branch: [main, next]
|
||||
- event: tag
|
||||
ref: refs/tags/v*
|
||||
image: git.kemitix.net/kemitix/kxio-builder:latest
|
||||
environment:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
@ -45,7 +44,6 @@ steps:
|
|||
- event: push
|
||||
branch: [main, next]
|
||||
- event: tag
|
||||
ref: refs/tags/v*
|
||||
image: git.kemitix.net/kemitix/kxio-builder:latest
|
||||
environment:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
@ -55,7 +53,6 @@ steps:
|
|||
publish_to_crates_io:
|
||||
when:
|
||||
- event: tag
|
||||
ref: refs/tags/v*
|
||||
image: docker.io/rust:1.77
|
||||
commands:
|
||||
- cargo login "$CARGO_REGISTRY_TOKEN"
|
||||
|
@ -65,7 +62,6 @@ steps:
|
|||
publish_to_forgejo:
|
||||
when:
|
||||
- event: tag
|
||||
ref: refs/tags/v*
|
||||
# INFO: https://woodpecker-ci.org/plugins/Gitea%20Release
|
||||
image: docker.io/woodpeckerci/plugin-gitea-release:0.3
|
||||
settings:
|
||||
|
|
Loading…
Reference in a new issue