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>
17 lines
230 B
YAML
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
|