From 0883bb173bf1bfb25be0b671f7396cf5d382f8ed Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Fri, 16 Jan 2026 15:41:17 -0500 Subject: [PATCH] chore: remove LinkedIn posting from release workflow --- .github/workflows/publish.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index af81a0d..5437527 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -90,11 +90,3 @@ jobs: embed_description: "Supercharge your AI coding assistants with VS Code's powerful language intelligence!" secrets: inherit - linkedin: - needs: [publish, release] - uses: CodingWithCalvin/.github/.github/workflows/linkedin-post.yml@main - with: - post_text: "🚀 VSC as MCP v${{ needs.publish.outputs.version }} has been released!" - article_title: "VSC as MCP v${{ needs.publish.outputs.version }}" - article_description: "Supercharge your AI coding assistants with VS Code's powerful language intelligence!" - secrets: inherit