Skip to content

Commit 06ee9c5

Browse files
authored
chore: remove LinkedIn posting from release workflow (#40)
1 parent ec7b428 commit 06ee9c5

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -112,17 +112,3 @@ jobs:
112112
BLUESKY_USERNAME: ${{ secrets.BLUESKY_USERNAME }}
113113
BLUESKY_APP_PASSWORD: ${{ secrets.BLUESKY_APP_PASSWORD }}
114114

115-
notify-linkedin:
116-
needs: [release]
117-
if: ${{ !contains(github.ref_name, '-') }}
118-
uses: CodingWithCalvin/.github/.github/workflows/linkedin-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-
LINKEDIN_ACCESS_TOKEN: ${{ secrets.LINKEDIN_ACCESS_TOKEN }}
128-
LINKEDIN_CLIENT_ID: ${{ secrets.LINKEDIN_CLIENT_ID }}

0 commit comments

Comments
 (0)