mirror of
https://codeberg.org/scip/kageviewer.git
synced 2025-12-16 20:20:58 +01:00
16 lines
266 B
YAML
16 lines
266 B
YAML
|
|
# build release
|
||
|
|
|
||
|
|
labels:
|
||
|
|
platform: linux/amd64
|
||
|
|
|
||
|
|
steps:
|
||
|
|
goreleaser:
|
||
|
|
image: goreleaser/goreleaser
|
||
|
|
when:
|
||
|
|
event: [tag]
|
||
|
|
environment:
|
||
|
|
GITEA_TOKEN:
|
||
|
|
from_secret: DEPLOY_TOKEN
|
||
|
|
commands:
|
||
|
|
- goreleaser release --clean --verbose
|