Skip to content

Commit 5c96ca0

Browse files
authored
chore: remove LinkedIn posting from release workflow (#49)
1 parent bdccbe9 commit 5c96ca0

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -351,22 +351,3 @@ jobs:
351351
BLUESKY_USERNAME: ${{ secrets.BLUESKY_USERNAME }}
352352
BLUESKY_APP_PASSWORD: ${{ secrets.BLUESKY_APP_PASSWORD }}
353353

354-
notify-linkedin:
355-
name: Post to LinkedIn
356-
needs: notify-discussion
357-
uses: CodingWithCalvin/.github/.github/workflows/linkedin-post.yml@main
358-
with:
359-
post_text: |
360-
rnr v${{ github.event.inputs.version }} is now available!
361-
362-
Cross-platform task runner with zero setup - clone a repo and tasks just work!
363-
364-
#rnr #taskrunner #devtools #rust #opensource
365-
366-
Release Notes: https://github.com/${{ github.repository }}/releases/tag/v${{ github.event.inputs.version }}
367-
Discussion: ${{ needs.notify-discussion.outputs.discussion_url }}
368-
article_title: rnr v${{ github.event.inputs.version }}
369-
article_description: Cross-platform task runner with zero setup
370-
secrets:
371-
LINKEDIN_ACCESS_TOKEN: ${{ secrets.LINKEDIN_ACCESS_TOKEN }}
372-
LINKEDIN_CLIENT_ID: ${{ secrets.LINKEDIN_CLIENT_ID }}

0 commit comments

Comments
 (0)