We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5faf1b0 commit 6ae0df8Copy full SHA for 6ae0df8
utils/docker/publish_docker.sh
@@ -14,7 +14,7 @@ PW_VERSION="${TAG_NAME#v}"
14
15
RELEASE_CHANNEL="$1"
16
if [[ "${RELEASE_CHANNEL}" == "stable" ]]; then
17
- if [[ ! "${PW_VERSION}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
+ if [[ ! "${PW_VERSION}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
18
echo "ERROR: cannot publish stable docker with Playwright version '${PW_VERSION}'"
19
exit 1
20
fi
0 commit comments