diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7ded371..a689c198 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: release: runs-on: ubuntu-latest - if: needs.check-not-ci.outputs.pusher != "github-actions[bot]" + if: needs.check-not-ci.outputs.pusher != 'github-actions[bot]' needs: - check-not-ci steps: