Skip to content

Commit

Permalink
chore: deply rN.N.N instead of vN.N.N
Browse files Browse the repository at this point in the history
  • Loading branch information
takaokouji committed Oct 12, 2023
1 parent a0be4c8 commit 3178d43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ workflows:
branches:
only:
- beta
- /^v[0-9]+\.[0-9]+\.[0-9]+$/
- /^r[0-9]+\.[0-9]+\.[0-9]+$/
- build:
context:
- dockerhub-credentials
Expand All @@ -331,7 +331,7 @@ workflows:
branches:
only:
- beta
- /^v[0-9]+\.[0-9]+\.[0-9]+$/
- /^r[0-9]+\.[0-9]+\.[0-9]+$/
- store_dist:
context:
- dockerhub-credentials
Expand All @@ -341,7 +341,7 @@ workflows:
branches:
only:
- beta
- /^v[0-9]+\.[0-9]+\.[0-9]+$/
- /^r[0-9]+\.[0-9]+\.[0-9]+$/
- deploy-gh-pages-branch:
context:
- dockerhub-credentials
Expand Down

0 comments on commit 3178d43

Please sign in to comment.