We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f38af commit 72d4a00Copy full SHA for 72d4a00
.github/workflows/check-warp-deploy.yaml
@@ -35,7 +35,7 @@ jobs:
35
echo "Missing @hyperlane-xyz/sdk dependency"
36
exit 1
37
fi
38
- if ! [[ "$VERSION" =~ ^[0-9]+\.[0-9]+\.[0-9]+([+-][0-9A-Za-z.-]+)?$ ]]; then
+ if ! [[ "$VERSION" =~ ^[0-9]+\.[0-9]+\.[0-9]+(-[0-9A-Za-z.-]+)?(\+[0-9A-Za-z.-]+)?$ ]]; then
39
echo "Expected exact semver @hyperlane-xyz/sdk version, got $VERSION"
40
41
0 commit comments