Skip to content

Commit

Permalink
Patchright Release [Fix Version Check]
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinyzu committed Nov 3, 2024
1 parent 732ed5e commit a0c7787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/release_version_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ version_is_behind() {
fi
}

# Get the latest release version of microsoft/playwright-python
playwright_version=$(get_latest_release "microsoft/playwright-python")
# Get the latest release version of microsoft/playwright
playwright_version=$(get_latest_release "microsoft/playwright")
echo "Latest release of the Playwright-Python: $playwright_version"

# Get the latest release version of Patchright
Expand Down

0 comments on commit a0c7787

Please sign in to comment.