Skip to content

Commit efd1f88

Browse files
authored
fix: using latest fix for the announcement action (#263)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated the workflow for announcing releases on Mastodon to use a newer version of the release post action. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent fdadcb9 commit efd1f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/announce-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Post to Mastodon
19-
uses: snakemake/mastodon-release-post-action@v1
19+
uses: snakemake/mastodon-release-post-action@v1.0.2
2020
with:
2121
message: |
2222
Beep, Beep - I am your friendly #Snakemake release announcement bot.

0 commit comments

Comments
 (0)