Skip to content

Commit 01f1faf

Browse files
committed
Release: do not fail when mastodon auth fails
1 parent 27d66d4 commit 01f1faf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/make_release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ jobs:
132132
artifacts: dist/*
133133
- name: Send release toot to Fosstodon
134134
uses: cbrgm/mastodon-github-action@v2
135+
continue-on-error: true
135136
with:
136137
access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
137138
url: ${{ secrets.MASTODON_URL }}

0 commit comments

Comments
 (0)