Skip to content

Commit 8897dd3

Browse files
authored
chore: remove LinkedIn posting from release workflow (#198)
1 parent be475bc commit 8897dd3

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -377,20 +377,3 @@ jobs:
377377
BLUESKY_USERNAME: ${{ secrets.BLUESKY_USERNAME }}
378378
BLUESKY_APP_PASSWORD: ${{ secrets.BLUESKY_APP_PASSWORD }}
379379

380-
notify-linkedin:
381-
name: Post to LinkedIn
382-
needs: notify-discussion
383-
uses: CodingWithCalvin/.github/.github/workflows/linkedin-post.yml@main
384-
with:
385-
post_text: |
386-
🚀 #dtvem v${{ github.event.inputs.version }} is now available!
387-
388-
Cross-platform version manager for #Node, #Python, and #Ruby - supports #Windows, #Linux, and #macOS
389-
390-
Release Notes: https://github.com/${{ github.repository }}/releases/tag/v${{ github.event.inputs.version }}
391-
Discussion: ${{ needs.notify-discussion.outputs.discussion_url }}
392-
article_title: dtvem v${{ github.event.inputs.version }}
393-
article_description: Cross-platform runtime version manager for Node.js, Python, and Ruby
394-
secrets:
395-
LINKEDIN_ACCESS_TOKEN: ${{ secrets.LINKEDIN_ACCESS_TOKEN }}
396-
LINKEDIN_CLIENT_ID: ${{ secrets.LINKEDIN_CLIENT_ID }}

0 commit comments

Comments
 (0)