Skip to content

Commit 7c01294

Browse files
committed
fix: version bump to fix dangling backslash
1 parent 38b85c3 commit 7c01294

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
@@ -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.2.0
19+
uses: snakemake/mastodon-release-post-action@v1.2.1
2020
with:
2121
access-token: ${{ secrets.MASTODONBOT }}
2222
pr-title: ${{ github.event.head_commit.message }}

0 commit comments

Comments
 (0)