From b1b1cc00bf793f9c40a9b2712d4913263272d25e Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Fri, 16 Jan 2026 15:42:27 -0500 Subject: [PATCH] chore: remove LinkedIn posting from release workflow --- .github/workflows/release.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 91ba308..87004e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -112,17 +112,3 @@ jobs: BLUESKY_USERNAME: ${{ secrets.BLUESKY_USERNAME }} BLUESKY_APP_PASSWORD: ${{ secrets.BLUESKY_APP_PASSWORD }} - notify-linkedin: - needs: [release] - if: ${{ !contains(github.ref_name, '-') }} - uses: CodingWithCalvin/.github/.github/workflows/linkedin-post.yml@main - with: - post_text: | - 🚀 Visual Studio Toolbox v${{ needs.release.outputs.version }} released! - - Visual Studio Toolbox is a sleek system tray application for Windows that helps you manage all your Visual Studio installations in one place. - - Check out the release notes here: https://github.com/${{ github.repository }}/releases/tag/${{ github.ref_name }} - secrets: - LINKEDIN_ACCESS_TOKEN: ${{ secrets.LINKEDIN_ACCESS_TOKEN }} - LINKEDIN_CLIENT_ID: ${{ secrets.LINKEDIN_CLIENT_ID }}