This commit is contained in:
2025-12-10 20:43:01 +01:00
parent d35ece0279
commit bb9ac94672

View File

@@ -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