Browse Source

build: fix major dependencies update workflow file (#35817)

Co-authored-by: Shelley Vohr <[email protected]>
trop[bot] 2 years ago
parent
commit
587abcc0a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/release_dependency_versions.yml

+ 1 - 1
.github/workflows/release_dependency_versions.yml

@@ -20,7 +20,7 @@ jobs:
   trigger:
     runs-on: ubuntu-latest
     needs: check_tag
-    if: jobs.check_tag.outputs.should_release == 'true'
+    if: needs.check_tag.outputs.should_release == 'true'
     steps:
       - uses: actions/checkout@v3
       - name: Trigger New chromedriver Release