Skip to content

Commit 410a7b1

Browse files
authored
ci(workflow): remove social media posting from publish workflow (#48)
1 parent 54a20b0 commit 410a7b1

1 file changed

Lines changed: 0 additions & 38 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -68,41 +68,3 @@ jobs:
6868
artifacts/packages/CodingWithCalvin.VsixSdk.${{ steps.version.outputs.VERSION }}.nupkg
6969
artifacts/packages/CodingWithCalvin.VsixSdk.Templates.${{ steps.version.outputs.VERSION }}.nupkg
7070
71-
notify-bluesky:
72-
needs: release
73-
uses: CodingWithCalvin/.github/.github/workflows/bluesky-post.yml@main
74-
with:
75-
post_text: |
76-
🚀 CodingWithCalvin.VsixSdk v${{ needs.release.outputs.version }} has been released!
77-
78-
Build modern SDK-style Visual Studio extensions with ease!
79-
80-
[📋 Release Notes](https://github.com/${{ github.repository }}/releases/tag/v${{ needs.release.outputs.version }})
81-
[📦 NuGet](https://www.nuget.org/packages/CodingWithCalvin.VsixSdk)
82-
83-
#dotnet #csharp #visualstudio #nuget
84-
embed_title: CodingWithCalvin.VsixSdk
85-
embed_description: An MSBuild SDK for modern SDK-style Visual Studio extension development
86-
secrets:
87-
BLUESKY_USERNAME: ${{ secrets.BLUESKY_USERNAME }}
88-
BLUESKY_APP_PASSWORD: ${{ secrets.BLUESKY_APP_PASSWORD }}
89-
90-
notify-x:
91-
needs: release
92-
uses: CodingWithCalvin/.github/.github/workflows/x-post.yml@main
93-
with:
94-
post_text: |
95-
🚀 CodingWithCalvin.VsixSdk v${{ needs.release.outputs.version }} has been released!
96-
97-
Build modern SDK-style Visual Studio extensions with ease!
98-
99-
Release Notes: https://github.com/${{ github.repository }}/releases/tag/v${{ needs.release.outputs.version }}
100-
NuGet: https://www.nuget.org/packages/CodingWithCalvin.VsixSdk
101-
102-
#dotnet #csharp #visualstudio #nuget
103-
secrets:
104-
X_CONSUMER_KEY: ${{ secrets.X_CONSUMER_KEY }}
105-
X_CONSUMER_KEY_SECRET: ${{ secrets.X_CONSUMER_KEY_SECRET }}
106-
X_ACCESS_TOKEN: ${{ secrets.X_ACCESS_TOKEN }}
107-
X_ACCESS_TOKEN_SECRET: ${{ secrets.X_ACCESS_TOKEN_SECRET }}
108-

0 commit comments

Comments
 (0)