Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
attempt to fix the mastodon publisher: - that the bot does not post on merged pull request, but only on releases (it used to publish the merge and the release) - that the script is found (./post_to_mastodon.sh does not seem to work, perhaps $(pwd)/post_to_mastodon.sh will?) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated GitHub Actions workflow for Mastodon posting. - Modified workflow trigger to run on push to the main branch after a pull request merge. - Changed environment variable to use release tag name instead of pull request title. - Added a step to check out the repository. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information