Files
epuppy/.woodpecker/release.yaml

23 lines
440 B
YAML
Raw Normal View History

2025-10-29 08:46:57 +01:00
labels:
platform: linux/amd64
steps:
build:
when:
event: [push]
image: golang:1.24
commands:
- go get
- ./mkrel.sh epuppy v1-${CI_COMMIT_SHA:0:8}
#- ./mkrel.sh epuppy ${CI_COMMIT_TAG}
2025-10-29 08:57:58 +01:00
publish:
2025-10-29 09:03:09 +01:00
when:
event: [push]
2025-10-29 08:57:58 +01:00
image: woodpeckerci/plugin-release
settings:
files:
- 'releases/epuppy-*-v1-${CI_COMMIT_SHA:0:8}'
api_key:
from_secret: ACCESS_TOKEN