gostations/.gitea/workflows/release.yml
Greg Gauthier fd4694a02b
All checks were successful
CI / Test (push) Successful in 55s
Release / release (push) Successful in 2m25s
CI / Build (push) Successful in 42s
ci(release): use shared reusable go-release workflow
Replace the self-contained release.yml with a thin caller of
gmgauthier/gitea-workflows/.gitea/workflows/go-release.yml@v1. Standardizes
on the shared pipeline (make cross + jq-built idempotent release). Release
notes are now the standard install-instructions body.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-13 13:43:38 +01:00

17 lines
230 B
YAML

name: Release
on:
push:
tags:
- 'v*'
permissions:
contents: write
jobs:
release:
uses: gmgauthier/gitea-workflows/.gitea/workflows/go-release.yml@v1
with:
app_name: gostations
secrets: inherit