From 4131390a6d426aebcaca9b67522ea9ffae871e09 Mon Sep 17 00:00:00 2001 From: Ngo Quoc Dat Date: Wed, 20 May 2026 23:14:36 +0700 Subject: [PATCH] ci(plugins): fix build-plugin.yml release-notes block scalar indentation --- .github/workflows/build-plugin.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-plugin.yml b/.github/workflows/build-plugin.yml index 1210374cb..a6519fb06 100644 --- a/.github/workflows/build-plugin.yml +++ b/.github/workflows/build-plugin.yml @@ -276,14 +276,14 @@ jobs: RELEASE_BODY="## $DISPLAY_NAME v$VERSION -Plugin release for TablePro (PluginKit $PKV). + Plugin release for TablePro (PluginKit $PKV). -### Installation -TablePro will prompt you to install this plugin automatically when you select the database type. You can also install manually via Settings > Plugins > Browse. + ### Installation + TablePro will prompt you to install this plugin automatically when you select the database type. You can also install manually via Settings > Plugins > Browse. -### SHA-256 -- ARM64: \`$ARM64_SHA\` -- x86_64: \`$X86_SHA\`" + ### SHA-256 + - ARM64: \`$ARM64_SHA\` + - x86_64: \`$X86_SHA\`" gh release delete "$TAG" --yes 2>/dev/null || true gh release create "$TAG" \