diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a860d57..0c51b35 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: release_draft: - if: ${{ github.event.pull_request.merged && github.head_ref == "github-actions-update" }} + if: ${{ github.event.pull_request.merged && github.head_ref == 'github-actions-update' }} runs-on: ubuntu-latest steps: