diff --git a/.github/workflows/ci-openapi.yml b/.github/workflows/ci-openapi.yml index 2ee8e50a21..e7f0e37380 100644 --- a/.github/workflows/ci-openapi.yml +++ b/.github/workflows/ci-openapi.yml @@ -144,7 +144,7 @@ jobs: name: OpenAPI - Publish Unstable Spec if: | github.event_name != 'pull_request_target' && - !startsWith(github.ref, 'refs/tags/v') && + ${{ ! startsWith(github.ref, 'refs/tags/v') }} && contains(github.repository_owner, 'jellyfin') runs-on: ubuntu-latest needs: