Skip to content

Commit 72d4a00

Browse files
committed
ci(registry): accept semver build metadata in cli pin
1 parent e2f38af commit 72d4a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-warp-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "Missing @hyperlane-xyz/sdk dependency"
3636
exit 1
3737
fi
38-
if ! [[ "$VERSION" =~ ^[0-9]+\.[0-9]+\.[0-9]+([+-][0-9A-Za-z.-]+)?$ ]]; then
38+
if ! [[ "$VERSION" =~ ^[0-9]+\.[0-9]+\.[0-9]+(-[0-9A-Za-z.-]+)?(\+[0-9A-Za-z.-]+)?$ ]]; then
3939
echo "Expected exact semver @hyperlane-xyz/sdk version, got $VERSION"
4040
exit 1
4141
fi

0 commit comments

Comments
 (0)