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
40 changes: 0 additions & 40 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,43 +71,3 @@ jobs:
}
shell: pwsh

post-bluesky:
name: Post to BlueSky
needs: publish
uses: CodingWithCalvin/.github/.github/workflows/bluesky-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
embed_title: "Otel4Vsix ${{ github.ref_name }}"
embed_description: "OpenTelemetry support library for Visual Studio 2022+ extensions"
secrets:
BLUESKY_USERNAME: ${{ secrets.BLUESKY_USERNAME }}
BLUESKY_APP_PASSWORD: ${{ secrets.BLUESKY_APP_PASSWORD }}

post-x:
name: Post to X
needs: publish
uses: CodingWithCalvin/.github/.github/workflows/x-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
secrets:
X_CONSUMER_KEY: ${{ secrets.X_CONSUMER_KEY }}
X_CONSUMER_KEY_SECRET: ${{ secrets.X_CONSUMER_KEY_SECRET }}
X_ACCESS_TOKEN: ${{ secrets.X_ACCESS_TOKEN }}
X_ACCESS_TOKEN_SECRET: ${{ secrets.X_ACCESS_TOKEN_SECRET }}