Skip to content

Commit 848e21f

Browse files
authored
fix: pr title (#283)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated the release announcement workflow to use a newer version of the Mastodon posting action. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 8568780 commit 848e21f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/announce-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Post to Mastodon
19-
uses: snakemake/mastodon-release-post-action@v1.1.1
20-
19+
uses: snakemake/mastodon-release-post-action@v1.2.0
2120
with:
2221
access-token: ${{ secrets.MASTODONBOT }}
2322
pr-title: ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)