Skip to content

Commit eae7276

Browse files
authored
Fix: pr title from tag (#281)
1 parent 2404f69 commit eae7276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/announce-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
with:
2222
access-token: ${{ secrets.MASTODONBOT }}
23-
pr-title: ${{ github.event.pull_request.title }}
23+
pr-title: ${{ github.event.release.tag_name }}
2424
message: |
2525
Beep, Beep - I am your friendly #Snakemake release announcement bot.
2626

0 commit comments

Comments
 (0)