Skip to content

Commit

Permalink
build: fix major dependencies update workflow file (#35811)
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Sep 26, 2022
1 parent e0b4c48 commit f8077cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_dependency_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8077cc

Please sign in to comment.