fix: release.yml: yaml syntax

This commit is contained in:
Stéphane Lesimple
2026-07-30 14:31:04 +02:00
parent a441987adb
commit 85e5daad8f
+2 -4
View File
@@ -80,10 +80,8 @@ jobs:
git config user.name "github-actions[bot]" git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git commit -m "release: sync v${ver} from source-build printf 'release: sync v%s from source-build\n\n built from source-build commit %s\n dated %s\n' \
"$ver" "$sb" "$sbdate" | git commit -F -
built from source-build commit ${sb}
dated ${sbdate}"
git push origin HEAD:master git push origin HEAD:master
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------