1 Commits
d35ece ... dist

Author SHA1 Message Date
bb9ac94672 fix ci 2025-12-10 20:43:01 +01:00

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