Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,22 +91,3 @@ jobs:
BLUESKY_USERNAME: ${{ secrets.BLUESKY_USERNAME }}
BLUESKY_APP_PASSWORD: ${{ secrets.BLUESKY_APP_PASSWORD }}

post-linkedin:
name: Post to LinkedIn
needs: publish
uses: CodingWithCalvin/.github/.github/workflows/linkedin-post.yml@main
with:
post_text: |
🔭 CodingWithCalvin.Otel4Vsix ${{ github.ref_name }} has been released!

Add OpenTelemetry observability to your Visual Studio extensions in minutes!

📦 NuGet: https://www.nuget.org/packages/CodingWithCalvin.Otel4Vsix
📝 Release Notes: https://github.com/CodingWithCalvin/Otel4Vsix/releases/tag/${{ github.ref_name }}

#dotnet #visualstudio #opentelemetry #vsix #nuget
article_title: "Otel4Vsix ${{ github.ref_name }}"
article_description: "OpenTelemetry support library for Visual Studio 2022+ extensions"
secrets:
LINKEDIN_ACCESS_TOKEN: ${{ secrets.LINKEDIN_ACCESS_TOKEN }}
LINKEDIN_CLIENT_ID: ${{ secrets.LINKEDIN_CLIENT_ID }}