diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 391e570..a8776b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -351,22 +351,3 @@ jobs: BLUESKY_USERNAME: ${{ secrets.BLUESKY_USERNAME }} BLUESKY_APP_PASSWORD: ${{ secrets.BLUESKY_APP_PASSWORD }} - notify-linkedin: - name: Post to LinkedIn - needs: notify-discussion - uses: CodingWithCalvin/.github/.github/workflows/linkedin-post.yml@main - with: - post_text: | - rnr v${{ github.event.inputs.version }} is now available! - - Cross-platform task runner with zero setup - clone a repo and tasks just work! - - #rnr #taskrunner #devtools #rust #opensource - - Release Notes: https://github.com/${{ github.repository }}/releases/tag/v${{ github.event.inputs.version }} - Discussion: ${{ needs.notify-discussion.outputs.discussion_url }} - article_title: rnr v${{ github.event.inputs.version }} - article_description: Cross-platform task runner with zero setup - secrets: - LINKEDIN_ACCESS_TOKEN: ${{ secrets.LINKEDIN_ACCESS_TOKEN }} - LINKEDIN_CLIENT_ID: ${{ secrets.LINKEDIN_CLIENT_ID }}