Skip to content

Commit d409a8e

Browse files
committed
fixup! Update schema-publish.sh
1 parent 1dc5194 commit d409a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/schema-publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
schemaDir="src/schemas/validation"
88
branch=$(git branch --show-current)
99

10-
if [[ $branch =~ ^v([0-9]+\.[0-9]+) ]]; then
10+
if [[ $branch =~ ^v([0-9]+\.[0-9]+)-dev$ ]]; then
1111
deploydir="./deploy/oas/${BASH_REMATCH[1]}"
1212
else
1313
deploydir="./deploy-preview"

0 commit comments

Comments
 (0)