Skip to content

Commit 30c9c1e

Browse files
authored
ci(workflow): remove social media posting from publish workflow (#21)
1 parent 8311f7d commit 30c9c1e

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,3 @@ jobs:
3939
publish-manifest-path: ./resources/extension.manifest.json
4040
vsix-path: ./artifact/${{ env.VSIX_FILE }}
4141

42-
notify-bluesky:
43-
needs: publish
44-
uses: CodingWithCalvin/.github/.github/workflows/bluesky-post.yml@main
45-
with:
46-
post_text: |
47-
🚀 VSIX Manifest Designer v${{ needs.publish.outputs.version }} for #VisualStudio has been released!
48-
49-
[Check it out on the VS Marketplace!](https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-VsixManifestDesigner)
50-
51-
#dotnet #vsix
52-
embed_title: VSIX Manifest Designer for Visual Studio
53-
embed_description: A Visual Studio extension providing a modern visual designer for VSIX manifest files!
54-
secrets:
55-
BLUESKY_USERNAME: ${{ secrets.BLUESKY_USERNAME }}
56-
BLUESKY_APP_PASSWORD: ${{ secrets.BLUESKY_APP_PASSWORD }}

0 commit comments

Comments
 (0)