diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 63fa9e8..401261a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 }} -