Update release note

This commit is contained in:
Hua Audio 2026-03-08 15:23:08 +01:00
parent 0661d6ed53
commit c203fb1d6a

View file

@ -128,7 +128,7 @@ jobs:
run: |
TAG="${{ needs.generate-version.outputs.tag }}"
TITLE="${{ needs.generate-version.outputs.version }}"
NOTES="Nightly build for ${{ needs.generate-version.outputs.version }}"
NOTES="Nightly build for **${{ needs.generate-version.outputs.version }}**\n\n This is an automated build and may be unstable. Use with caution."
if gh release view "$TAG" >/dev/null 2>&1; then
echo "Release $TAG already exists, updating metadata and assets..."