Skip to content

Commit 3178d43

Browse files
committed
chore: deply rN.N.N instead of vN.N.N
1 parent a0be4c8 commit 3178d43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ workflows:
316316
branches:
317317
only:
318318
- beta
319-
- /^v[0-9]+\.[0-9]+\.[0-9]+$/
319+
- /^r[0-9]+\.[0-9]+\.[0-9]+$/
320320
- build:
321321
context:
322322
- dockerhub-credentials
@@ -331,7 +331,7 @@ workflows:
331331
branches:
332332
only:
333333
- beta
334-
- /^v[0-9]+\.[0-9]+\.[0-9]+$/
334+
- /^r[0-9]+\.[0-9]+\.[0-9]+$/
335335
- store_dist:
336336
context:
337337
- dockerhub-credentials
@@ -341,7 +341,7 @@ workflows:
341341
branches:
342342
only:
343343
- beta
344-
- /^v[0-9]+\.[0-9]+\.[0-9]+$/
344+
- /^r[0-9]+\.[0-9]+\.[0-9]+$/
345345
- deploy-gh-pages-branch:
346346
context:
347347
- dockerhub-credentials

0 commit comments

Comments
 (0)