CI: fix release-notes heredoc breaking workflow YAML
All checks were successful
release / build-release (push) Successful in 3m48s

The inline heredoc for the release body put unindented lines (backticks,
fences) at column 1 inside the `run: |` block scalar, which is invalid
YAML — so Gitea silently scheduled no run. Move the release notes to
.gitea/release-notes.md and cat it instead.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011YPrEZVBpPVoCRyJz2exkZ
This commit is contained in:
brasse
2026-07-04 14:42:24 +02:00
parent e45fb9b4fd
commit 1d71265b84
2 changed files with 11 additions and 13 deletions

10
.gitea/release-notes.md Normal file
View File

@@ -0,0 +1,10 @@
`npmctl` — CLI för Nginx Proxy Manager (NPM) med sudo-liknande token-auth (lösenordet sparas aldrig, bara en kortlivad token) och en generisk `api`-funktion för vilket HTTP-API som helst.
**Installera (en rad):**
```
curl -fsSL https://gitea.brasse-pc.eu/brasse/Npm-cli/raw/branch/main/install.sh | sh
```
Eller ladda ner rätt binär nedan (`npmctl-linux-x64` / `npmctl-linux-arm64`), `chmod +x` och lägg i PATH. Verifiera mot `checksums.txt`.
📖 Guide: https://gitea.brasse-pc.eu/brasse/Npm-cli/wiki