Skip to content

Commit

Permalink
ci: fix release and prerelease (#2396)
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil authored Jan 30, 2024
1 parent 5a750ab commit 9a0d7e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ workflows:
branches:
ignore: /.*/
tags:
only: /v\d.\d.\d/
only: /v\d.(\d\d|\d).(\d\d|\d)/

- prerelease:
context:
Expand All @@ -322,4 +322,4 @@ workflows:
branches:
ignore: /.*/
tags:
only: /v\d.\d.\d-.*/
only: /v\d.(\d\d|\d).(\d\d|\d)-.*/
2 changes: 1 addition & 1 deletion docs/pages/components/swiper.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ function() {
const swiper = useSwiper({
slidesPerView: { mobile: 1, tablet: 2, desktop: 4 },
withPagination: { mobile: true, desktop: true },
withDarkUI: true
withDarkUI: true
})

return (
Expand Down

0 comments on commit 9a0d7e2

Please sign in to comment.