Skip to content

Commit bec8876

Browse files
committed
ci(release): move link to release to top of social message
1 parent 7dd48f3 commit bec8876

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/social-networks.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ jobs:
6060
handle: "edouard-lopez.com" # Your handle (example: username.bsky.social)
6161
password: ${{ secrets.PERSONAL_BLUESKY_TOKEN }} # Your Bluesky app token
6262
text: |
63-
🐟 New Pure ${{ inputs.release_tag || github.event.release.tag_name }} is out!
63+
🐟 New Pure ${{ inputs.release_tag || github.event.release.tag_name }}!
64+
See https://github.com/pure-fish/pure/releases/tag/${{ inputs.release_tag || github.event.release.tag_name }}
65+
6466
${{ steps.prepare_body.outputs.truncated_body }}
65-
Details: https://github.com/pure-fish/pure/releases/tag/${{ inputs.release_tag || github.event.release.tag_name }}
6667
#fish #shell #release
6768
lang: "en"
6869

@@ -76,8 +77,9 @@ jobs:
7677
access-token: ${{ env.MASTODON_TOKEN }} # Mastodon access token for authentication.
7778
url: ${{ env.MASTODON_URL }}
7879
message: |
79-
🐟 New release Pure ${{ inputs.release_tag || github.event.release.tag_name }} is out!
80+
🐟 New Pure ${{ inputs.release_tag || github.event.release.tag_name }}!
81+
See https://github.com/pure-fish/pure/releases/tag/${{ inputs.release_tag || github.event.release.tag_name }}
82+
8083
${{ steps.prepare_body.outputs.truncated_body }}
81-
Details: https://github.com/pure-fish/pure/releases/tag/${{ inputs.release_tag || github.event.release.tag_name }}
8284
#fish #shell #release
8385
language: "en"

0 commit comments

Comments
 (0)