From 45569416efe5664c46a3972d046ddb9d94c5cbe8 Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Fri, 16 Jan 2026 15:42:18 -0500 Subject: [PATCH] chore: remove LinkedIn posting from release workflow --- .github/workflows/publish.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index be396a9..e1786d9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -87,21 +87,3 @@ jobs: BLUESKY_USERNAME: ${{ secrets.BLUESKY_USERNAME }} BLUESKY_APP_PASSWORD: ${{ secrets.BLUESKY_APP_PASSWORD }} - notify-linkedin: - needs: release - uses: CodingWithCalvin/.github/.github/workflows/linkedin-post.yml@main - with: - post_text: | - 🚀 CodingWithCalvin.VsixSdk v${{ needs.release.outputs.version }} has been released! - - Build modern SDK-style Visual Studio extensions with ease! - - 📋 Release Notes: https://github.com/${{ github.repository }}/releases/tag/v${{ needs.release.outputs.version }} - 📦 NuGet: https://www.nuget.org/packages/CodingWithCalvin.VsixSdk - - #dotnet #csharp #visualstudio #nuget - article_title: CodingWithCalvin.VsixSdk - article_description: An MSBuild SDK for modern SDK-style Visual Studio extension development - secrets: - LINKEDIN_ACCESS_TOKEN: ${{ secrets.LINKEDIN_ACCESS_TOKEN }} - LINKEDIN_CLIENT_ID: ${{ secrets.LINKEDIN_CLIENT_ID }}