diff --git a/.woodpecker.yml b/.woodpecker.yml index 5810640..7b406b4 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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: