From caeb694d1ee38c6775f49f5565f74fdbf2f49014 Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Fri, 16 Jan 2026 15:40:58 -0500 Subject: [PATCH] chore: remove LinkedIn posting from release workflow --- .github/workflows/release.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d3e3bc..5c03a1e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -377,20 +377,3 @@ jobs: BLUESKY_USERNAME: ${{ secrets.BLUESKY_USERNAME }} BLUESKY_APP_PASSWORD: ${{ secrets.BLUESKY_APP_PASSWORD }} - notify-linkedin: - name: Post to LinkedIn - needs: notify-discussion - uses: CodingWithCalvin/.github/.github/workflows/linkedin-post.yml@main - with: - post_text: | - 🚀 #dtvem v${{ github.event.inputs.version }} is now available! - - Cross-platform version manager for #Node, #Python, and #Ruby - supports #Windows, #Linux, and #macOS - - Release Notes: https://github.com/${{ github.repository }}/releases/tag/v${{ github.event.inputs.version }} - Discussion: ${{ needs.notify-discussion.outputs.discussion_url }} - article_title: dtvem v${{ github.event.inputs.version }} - article_description: Cross-platform runtime version manager for Node.js, Python, and Ruby - secrets: - LINKEDIN_ACCESS_TOKEN: ${{ secrets.LINKEDIN_ACCESS_TOKEN }} - LINKEDIN_CLIENT_ID: ${{ secrets.LINKEDIN_CLIENT_ID }}