diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 21b8bfd..da314a0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -52,7 +52,7 @@ jobs: publish-manifest-path: ./resources/extension.manifest.json vsix-path: ./artifact/CodingWithCalvin.GitRanger.vsix - notify: + notify-bluesky: needs: publish uses: CodingWithCalvin/.github/.github/workflows/bluesky-post.yml@main with: @@ -61,7 +61,27 @@ jobs: [Check out the release notes here!](https://github.com/${{ github.repository }}/releases/tag/${{ needs.publish.outputs.version }}) - Marketplace: https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-GitRanger + #dotnet #csharp #visualstudio + embed_url: https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-GitRanger + embed_title: Git Ranger for Visual Studio + embed_description: A visually stunning Git management extension for Visual Studio 2022/2026 secrets: BLUESKY_USERNAME: ${{ secrets.BLUESKY_USERNAME }} BLUESKY_APP_PASSWORD: ${{ secrets.BLUESKY_APP_PASSWORD }} + + notify-linkedin: + needs: publish + uses: CodingWithCalvin/.github/.github/workflows/linkedin-post.yml@main + with: + post_text: | + 🚀 Git Ranger v${{ needs.publish.outputs.version }} for #VisualStudio has been released! + + Check out the release notes: https://github.com/${{ github.repository }}/releases/tag/${{ needs.publish.outputs.version }} + + #dotnet #csharp #visualstudio + article_url: https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-GitRanger + article_title: Git Ranger for Visual Studio + article_description: A visually stunning Git management extension for Visual Studio 2022/2026 + secrets: + LINKEDIN_ACCESS_TOKEN: ${{ secrets.LINKEDIN_ACCESS_TOKEN }} + LINKEDIN_CLIENT_ID: ${{ secrets.LINKEDIN_CLIENT_ID }}