Skip to content

Commit d178dc6

Browse files
committed
chore: fix social notifications
1 parent ad41caa commit d178dc6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@ jobs:
104104
uses: CodingWithCalvin/.github/.github/workflows/bluesky-post.yml@main
105105
with:
106106
post_text: |
107-
🚀 VSToolbox v${{ needs.release.outputs.version }} has been released!
107+
🚀 Visual Studio Toolbox v${{ needs.release.outputs.version }} released!
108+
109+
Visual Studio Toolbox is a sleek system tray application for Windows that helps you manage all your Visual Studio installations in one place.
108110
109111
[Check out the release notes here!](https://github.com/${{ github.repository }}/releases/tag/${{ github.ref_name }})
110112
secrets:
@@ -117,7 +119,9 @@ jobs:
117119
uses: CodingWithCalvin/.github/.github/workflows/linkedin-post.yml@main
118120
with:
119121
post_text: |
120-
🚀 VSToolbox v${{ needs.release.outputs.version }} has been released!
122+
🚀 Visual Studio Toolbox v${{ needs.release.outputs.version }} released!
123+
124+
Visual Studio Toolbox is a sleek system tray application for Windows that helps you manage all your Visual Studio installations in one place.
121125
122126
Check out the release notes here: https://github.com/${{ github.repository }}/releases/tag/${{ github.ref_name }}
123127
secrets:

0 commit comments

Comments
 (0)