From bb9ac94672e8a3cf75743cf3874a1c928a74cf52 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Wed, 10 Dec 2025 20:43:01 +0100 Subject: [PATCH] fix ci --- .woodpecker/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/release.yaml b/.woodpecker/release.yaml index a93f76e..b0dfff9 100644 --- a/.woodpecker/release.yaml +++ b/.woodpecker/release.yaml @@ -3,7 +3,7 @@ steps: compile: when: - event: [tag,manual] + event: [tag] image: perl:5.43.5-slim-bookworm commands: - perl Makefile.PL @@ -13,7 +13,7 @@ steps: release: image: alpine:latest when: - event: [tag,manual] + event: [tag] environment: DEPLOY_TOKEN: from_secret: DEPLOY_TOKEN