Skip to content

Commit 7906f0c

Browse files
authored
fix: announce action (#294)
1 parent 2a64f16 commit 7906f0c

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
@@ -19,7 +19,7 @@ jobs:
1919
uses: snakemake/mastodon-release-post-action@v1.2.3
2020
with:
2121
access-token: ${{ secrets.MASTODONBOT }}
22-
pr-title: ${{ github.event.release.tag_name }}
22+
pr-title: ${{ github.event.head_commit.message }}
2323
message: |
2424
Beep, Beep - I am your friendly #Snakemake release announcement bot.
2525

0 commit comments

Comments
 (0)