Explorar o código

Use expansion syntax as per [1]

[1] https://docs.github.com/en/actions/using-jobs/using-conditions-to-control-job-execution#overview
Joshua M. Boniface hai 1 ano
pai
achega
27ecf175d8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/ci-openapi.yml

+ 1 - 1
.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: