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
38 changes: 0 additions & 38 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,41 +68,3 @@ jobs:
artifacts/packages/CodingWithCalvin.VsixSdk.${{ steps.version.outputs.VERSION }}.nupkg
artifacts/packages/CodingWithCalvin.VsixSdk.Templates.${{ steps.version.outputs.VERSION }}.nupkg

notify-bluesky:
needs: release
uses: CodingWithCalvin/.github/.github/workflows/bluesky-post.yml@main
with:
post_text: |
🚀 CodingWithCalvin.VsixSdk v${{ needs.release.outputs.version }} has been released!

Build modern SDK-style Visual Studio extensions with ease!

[📋 Release Notes](https://github.com/${{ github.repository }}/releases/tag/v${{ needs.release.outputs.version }})
[📦 NuGet](https://www.nuget.org/packages/CodingWithCalvin.VsixSdk)

#dotnet #csharp #visualstudio #nuget
embed_title: CodingWithCalvin.VsixSdk
embed_description: An MSBuild SDK for modern SDK-style Visual Studio extension development
secrets:
BLUESKY_USERNAME: ${{ secrets.BLUESKY_USERNAME }}
BLUESKY_APP_PASSWORD: ${{ secrets.BLUESKY_APP_PASSWORD }}

notify-x:
needs: release
uses: CodingWithCalvin/.github/.github/workflows/x-post.yml@main
with:
post_text: |
🚀 CodingWithCalvin.VsixSdk v${{ needs.release.outputs.version }} has been released!

Build modern SDK-style Visual Studio extensions with ease!

Release Notes: https://github.com/${{ github.repository }}/releases/tag/v${{ needs.release.outputs.version }}
NuGet: https://www.nuget.org/packages/CodingWithCalvin.VsixSdk

#dotnet #csharp #visualstudio #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 }}