Skip to content

Commit

Permalink
allow releasing pre-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimi committed Jun 8, 2020
1 parent 676da0e commit f6fe036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ workflows:
- build:
filters:
tags:
only: /^v\d+\.\d+\.\d+$/
only: /^v\d+\.\d+\.\d+(-.*)?$/
- publish-github-release:
requires:
- build
filters:
branches:
ignore: /.*/
tags:
only: /^v\d+\.\d+\.\d+$/
only: /^v\d+\.\d+\.\d+(-.*)?$/

0 comments on commit f6fe036

Please sign in to comment.