From 01f1fafc888457a440a22a41320f02e9014e07c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Mon, 2 Dec 2024 06:55:56 +0000 Subject: [PATCH] Release: do not fail when mastodon auth fails --- .github/workflows/make_release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/make_release.yaml b/.github/workflows/make_release.yaml index 74b8ab3341..4f54cb46ca 100644 --- a/.github/workflows/make_release.yaml +++ b/.github/workflows/make_release.yaml @@ -132,6 +132,7 @@ jobs: artifacts: dist/* - name: Send release toot to Fosstodon uses: cbrgm/mastodon-github-action@v2 + continue-on-error: true with: access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }} url: ${{ secrets.MASTODON_URL }}