From 3bf5e3d4ab81365130c829b59556c6e02b49e78c Mon Sep 17 00:00:00 2001 From: Marcus Quinn <6428977+marcusquinn@users.noreply.github.com> Date: Mon, 7 Apr 2025 05:50:19 +0100 Subject: [PATCH] Fix Woodpecker CI configuration format --- .woodpecker.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index f4bb8ad..3506287 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,4 +1,4 @@ -pipeline: +steps: build: image: alpine:latest commands: @@ -30,10 +30,6 @@ pipeline: Plugin Reference Cleaner ${CI_COMMIT_TAG} See [CHANGELOG.md](https://gitea.wpallstars.com/wpallstars/plugin-reference-cleaner/src/branch/main/CHANGELOG.md) for details. - when: - event: tag - tag: v* when: - event: tag - tag: v* \ No newline at end of file + event: tag \ No newline at end of file