Skip to content

Commit 7179afd

Browse files
authored
ci(workflow): remove social media posting from release workflow (#233)
1 parent e1d985f commit 7179afd

1 file changed

Lines changed: 0 additions & 36 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -359,39 +359,3 @@ jobs:
359359
360360
📦 [View Release](https://github.com/${{ github.repository }}/releases/tag/v${{ github.event.inputs.version }}) | 📖 [Documentation](https://github.com/${{ github.repository }})
361361
362-
notify-bluesky:
363-
name: Post to Bluesky
364-
needs: notify-discussion
365-
uses: CodingWithCalvin/.github/.github/workflows/bluesky-post.yml@main
366-
with:
367-
post_text: |
368-
🚀 #dtvem v${{ github.event.inputs.version }} is now available!
369-
370-
Cross-platform version manager for #Node, #Python, and #Ruby - supports #Windows, #Linux, and #macOS
371-
372-
[Release Notes](https://github.com/${{ github.repository }}/releases/tag/v${{ github.event.inputs.version }})
373-
[Discussion](${{ needs.notify-discussion.outputs.discussion_url }})
374-
embed_title: dtvem v${{ github.event.inputs.version }}
375-
embed_description: Cross-platform runtime version manager for Node.js, Python, and Ruby
376-
secrets:
377-
BLUESKY_USERNAME: ${{ secrets.BLUESKY_USERNAME }}
378-
BLUESKY_APP_PASSWORD: ${{ secrets.BLUESKY_APP_PASSWORD }}
379-
380-
notify-x:
381-
name: Post to X
382-
needs: notify-discussion
383-
uses: CodingWithCalvin/.github/.github/workflows/x-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-
secrets:
393-
X_CONSUMER_KEY: ${{ secrets.X_CONSUMER_KEY }}
394-
X_CONSUMER_KEY_SECRET: ${{ secrets.X_CONSUMER_KEY_SECRET }}
395-
X_ACCESS_TOKEN: ${{ secrets.X_ACCESS_TOKEN }}
396-
X_ACCESS_TOKEN_SECRET: ${{ secrets.X_ACCESS_TOKEN_SECRET }}
397-

0 commit comments

Comments
 (0)