Skip to content

Commit f9135c2

Browse files
authored
chore: remove LinkedIn posting from release workflow (#2)
1 parent 6f0e014 commit f9135c2

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -164,19 +164,3 @@ jobs:
164164
BLUESKY_USERNAME: ${{ secrets.BLUESKY_USERNAME }}
165165
BLUESKY_APP_PASSWORD: ${{ secrets.BLUESKY_APP_PASSWORD }}
166166

167-
notify-linkedin:
168-
name: Post to LinkedIn
169-
needs: release
170-
uses: CodingWithCalvin/.github/.github/workflows/linkedin-post.yml@main
171-
with:
172-
post_text: |
173-
🚀 VSCWhere v${{ github.event.inputs.version }} is now available!
174-
175-
A CLI tool to locate #VisualStudioCode installations on #Windows - like vswhere for VS Code.
176-
177-
https://github.com/${{ github.repository }}/releases/tag/v${{ github.event.inputs.version }}
178-
article_title: VSCWhere v${{ github.event.inputs.version }}
179-
article_description: A CLI tool to locate Visual Studio Code installations on Windows
180-
secrets:
181-
LINKEDIN_ACCESS_TOKEN: ${{ secrets.LINKEDIN_ACCESS_TOKEN }}
182-
LINKEDIN_CLIENT_ID: ${{ secrets.LINKEDIN_CLIENT_ID }}

0 commit comments

Comments
 (0)