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
16 changes: 0 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,19 +164,3 @@ jobs:
BLUESKY_USERNAME: ${{ secrets.BLUESKY_USERNAME }}
BLUESKY_APP_PASSWORD: ${{ secrets.BLUESKY_APP_PASSWORD }}

notify-linkedin:
name: Post to LinkedIn
needs: release
uses: CodingWithCalvin/.github/.github/workflows/linkedin-post.yml@main
with:
post_text: |
🚀 VSCWhere v${{ github.event.inputs.version }} is now available!

A CLI tool to locate #VisualStudioCode installations on #Windows - like vswhere for VS Code.

https://github.com/${{ github.repository }}/releases/tag/v${{ github.event.inputs.version }}
article_title: VSCWhere v${{ github.event.inputs.version }}
article_description: A CLI tool to locate Visual Studio Code installations on Windows
secrets:
LINKEDIN_ACCESS_TOKEN: ${{ secrets.LINKEDIN_ACCESS_TOKEN }}
LINKEDIN_CLIENT_ID: ${{ secrets.LINKEDIN_CLIENT_ID }}