Skip to content

Commit 3719208

Browse files
authored
ci(workflow): remove social media posting from release workflow (#42)
1 parent 8b7b9f0 commit 3719208

1 file changed

Lines changed: 0 additions & 32 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -97,35 +97,3 @@ jobs:
9797
tag: ${{ github.ref_name }}
9898
prerelease: ${{ contains(github.ref_name, '-') }}
9999

100-
notify-bluesky:
101-
needs: [release]
102-
if: ${{ !contains(github.ref_name, '-') }}
103-
uses: CodingWithCalvin/.github/.github/workflows/bluesky-post.yml@main
104-
with:
105-
post_text: |
106-
🚀 Visual Studio Toolbox v${{ needs.release.outputs.version }} released!
107-
108-
Visual Studio Toolbox is a sleek system tray application for Windows that helps you manage all your Visual Studio installations in one place.
109-
110-
[Check out the release notes here!](https://github.com/${{ github.repository }}/releases/tag/${{ github.ref_name }})
111-
secrets:
112-
BLUESKY_USERNAME: ${{ secrets.BLUESKY_USERNAME }}
113-
BLUESKY_APP_PASSWORD: ${{ secrets.BLUESKY_APP_PASSWORD }}
114-
115-
notify-x:
116-
needs: [release]
117-
if: ${{ !contains(github.ref_name, '-') }}
118-
uses: CodingWithCalvin/.github/.github/workflows/x-post.yml@main
119-
with:
120-
post_text: |
121-
🚀 Visual Studio Toolbox v${{ needs.release.outputs.version }} released!
122-
123-
Visual Studio Toolbox is a sleek system tray application for Windows that helps you manage all your Visual Studio installations in one place.
124-
125-
Check out the release notes here: https://github.com/${{ github.repository }}/releases/tag/${{ github.ref_name }}
126-
secrets:
127-
X_CONSUMER_KEY: ${{ secrets.X_CONSUMER_KEY }}
128-
X_CONSUMER_KEY_SECRET: ${{ secrets.X_CONSUMER_KEY_SECRET }}
129-
X_ACCESS_TOKEN: ${{ secrets.X_ACCESS_TOKEN }}
130-
X_ACCESS_TOKEN_SECRET: ${{ secrets.X_ACCESS_TOKEN_SECRET }}
131-

0 commit comments

Comments
 (0)