diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e40be0d..98244ae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,7 +89,7 @@ jobs: create_release: name: Create Release runs-on: ubuntu-latest - if: !contains(github.ref, 'test') + if: ${{ !contains(github.ref, 'test') }} needs: [build_macos, build_windows, build_linux] steps: - name: Create Release