diff --git a/.github/workflows/post_to_mastodon.yml b/.github/workflows/post_to_mastodon.yml index f9cf3260..2579bc01 100644 --- a/.github/workflows/post_to_mastodon.yml +++ b/.github/workflows/post_to_mastodon.yml @@ -24,4 +24,4 @@ jobs: command: | export MASTODONBOT="${{ secrets.MASTODONBOT }}" export PR_TITLE="${{ github.event.release.tag_name }}" - $GITHUB_WORKSPACE/post_to_mastodon.sh + $GITHUB_WORKSPACE/.github/workflows/post_to_mastodon.sh