Skip to content

Tags: pleaseai/playwright-cli

Tags

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
amondnet Minsu Lee
ci: fix tag conflict by not fetching upstream tags

git fetch upstream imports tags from microsoft/playwright-cli
into the local repo, causing 'git tag v0.1.1' to fail with
'already exists'. Add --no-tags to fetch only commits.
Also revert unnecessary local tag existence check.