diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 91ba308..87004e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -112,17 +112,3 @@ jobs: BLUESKY_USERNAME: ${{ secrets.BLUESKY_USERNAME }} BLUESKY_APP_PASSWORD: ${{ secrets.BLUESKY_APP_PASSWORD }} - notify-linkedin: - needs: [release] - if: ${{ !contains(github.ref_name, '-') }} - uses: CodingWithCalvin/.github/.github/workflows/linkedin-post.yml@main - with: - post_text: | - 🚀 Visual Studio Toolbox v${{ needs.release.outputs.version }} released! - - Visual Studio Toolbox is a sleek system tray application for Windows that helps you manage all your Visual Studio installations in one place. - - Check out the release notes here: https://github.com/${{ github.repository }}/releases/tag/${{ github.ref_name }} - secrets: - LINKEDIN_ACCESS_TOKEN: ${{ secrets.LINKEDIN_ACCESS_TOKEN }} - LINKEDIN_CLIENT_ID: ${{ secrets.LINKEDIN_CLIENT_ID }}