Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Take prerelease containing numbers into account
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco committed Aug 14, 2019
1 parent 66d6bf2 commit f0292ce
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 @@ -163,7 +163,7 @@ workflows:
- build:
filters:
tags:
only: /(helm-)?[0-9]+(\.[0-9]+)*(-[a-z]+)?/
only: /(helm-)?[0-9]+(\.[0-9]+)*(-[a-z0-9]+)?/

release-helm:
jobs:
Expand Down

0 comments on commit f0292ce

Please sign in to comment.