Skip to content

Commit

Permalink
Release: do not fail when mastodon auth fails
Browse files Browse the repository at this point in the history
  • Loading branch information
snejus committed Dec 2, 2024
1 parent 27d66d4 commit 01f1faf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/make_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 01f1faf

Please sign in to comment.