Files
qbittorrent-sentinel/.woodpecker/release.yml
T
sbstp 8bd39e8ce4
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/tag/release Pipeline failed
fix release pipeline
2026-07-12 10:39:04 -04:00

19 lines
351 B
YAML

when:
- event: tag
steps:
build:
image: golang:1.26-alpine3.23
commands:
- go mod download
- ci/build.sh
publish:
image: alpine:3.23
commands:
- apk add --no-cache node
- node ci/release.js .build/qbittorrent-sentinel
environment:
GITEA_RELEASE_TOKEN:
from_secret: gitea_release_token