From d40de980585d1e2e5b483a7caae78e6668eb4a0d Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Thu, 26 Feb 2026 10:46:13 -0500 Subject: [PATCH] ci(workflow): remove social media posting from publish workflow --- .github/workflows/publish.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0bb422d..b860bcb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -39,18 +39,3 @@ jobs: publish-manifest-path: ./resources/extension.manifest.json vsix-path: ./artifact/${{ env.VSIX_FILE }} - notify-bluesky: - needs: publish - uses: CodingWithCalvin/.github/.github/workflows/bluesky-post.yml@main - with: - post_text: | - 🚀 VSIX Manifest Designer v${{ needs.publish.outputs.version }} for #VisualStudio has been released! - - [Check it out on the VS Marketplace!](https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-VsixManifestDesigner) - - #dotnet #vsix - embed_title: VSIX Manifest Designer for Visual Studio - embed_description: A Visual Studio extension providing a modern visual designer for VSIX manifest files! - secrets: - BLUESKY_USERNAME: ${{ secrets.BLUESKY_USERNAME }} - BLUESKY_APP_PASSWORD: ${{ secrets.BLUESKY_APP_PASSWORD }}