Files
sbstp 199d93b3e8
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/tag/release Pipeline was successful
typo in alpine node package
2026-07-12 10:42:41 -04:00

19 lines
353 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 nodejs
- node ci/release.js .build/qbittorrent-sentinel
environment:
GITEA_RELEASE_TOKEN:
from_secret: gitea_release_token