Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
Add support for releasing beta versions
Browse files Browse the repository at this point in the history
  • Loading branch information
benholmes-ft committed Aug 16, 2022
1 parent 05e24dd commit 0715a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ references:

only_version_tags: &only_version_tags
tags:
only: /v[0-9]+(\.[0-9]+)*/
only: /^v[0-9]+\.[0-9]+\.[0-9]+(-(alpha|beta)\.\d+)?$/

jobs:
install:
Expand Down

0 comments on commit 0715a4e

Please sign in to comment.