File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 5252 publish-manifest-path : ./resources/extension.manifest.json
5353 vsix-path : ./artifact/CodingWithCalvin.GitRanger.vsix
5454
55- notify :
55+ notify-bluesky :
5656 needs : publish
5757 uses : CodingWithCalvin/.github/.github/workflows/bluesky-post.yml@main
5858 with :
6565 secrets :
6666 BLUESKY_USERNAME : ${{ secrets.BLUESKY_USERNAME }}
6767 BLUESKY_APP_PASSWORD : ${{ secrets.BLUESKY_APP_PASSWORD }}
68+
69+ notify-linkedin :
70+ needs : publish
71+ uses : CodingWithCalvin/.github/.github/workflows/linkedin-post.yml@main
72+ with :
73+ post_text : |
74+ 🚀 Git Ranger v${{ needs.publish.outputs.version }} for #VisualStudio has been released!
75+
76+ Check out the release notes and download it from the Visual Studio Marketplace!
77+ article_url : https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-GitRanger
78+ article_title : Git Ranger for Visual Studio
79+ article_description : A visually stunning Git management extension for Visual Studio 2022/2026
80+ secrets :
81+ LINKEDIN_ACCESS_TOKEN : ${{ secrets.LINKEDIN_ACCESS_TOKEN }}
82+ LINKEDIN_CLIENT_ID : ${{ secrets.LINKEDIN_CLIENT_ID }}
You can’t perform that action at this time.
0 commit comments