diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 75c8d40..b55850c 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -13,7 +13,7 @@ jobs: steps: - id: should_publish run: | - if [[ "${{ github.event.head_commit.author.name }}" == "violinist-bot" ]]; then + if [[ "${{ github.event.head_commit.author.name }}" == "Violinist bot" ]]; then echo "::set-output name=should_publish::true" else echo "::set-output name=should_publish::false"