Skip to content

Commit cc7f9e6

Browse files
authored
chore: remove LinkedIn posting from release workflow (#46)
1 parent 784f30e commit cc7f9e6

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -87,21 +87,3 @@ jobs:
8787
BLUESKY_USERNAME: ${{ secrets.BLUESKY_USERNAME }}
8888
BLUESKY_APP_PASSWORD: ${{ secrets.BLUESKY_APP_PASSWORD }}
8989

90-
notify-linkedin:
91-
needs: release
92-
uses: CodingWithCalvin/.github/.github/workflows/linkedin-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-
article_title: CodingWithCalvin.VsixSdk
104-
article_description: An MSBuild SDK for modern SDK-style Visual Studio extension development
105-
secrets:
106-
LINKEDIN_ACCESS_TOKEN: ${{ secrets.LINKEDIN_ACCESS_TOKEN }}
107-
LINKEDIN_CLIENT_ID: ${{ secrets.LINKEDIN_CLIENT_ID }}

0 commit comments

Comments
 (0)