diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b3d0bc..4651121 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}