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 218f3c2 commit 8d56a4aCopy full SHA for 8d56a4a
scripts/schema-publish.sh
@@ -9,7 +9,7 @@ branch=$(git branch --show-current)
9
10
11
if [ -z "$1" ]; then
12
- if [[ $branch =~ ^v([0-9]+\.[0-9]+)-dev$ ]]; then
+ if [[ $branch =~ ^v([0-9]+\.[0-9]+)-dev ]]; then
13
version="${BASH_REMATCH[1]}"
14
deploydir="./deploy/oas/${version}"
15
else
0 commit comments