Skip to content

Commit

Permalink
Fix tag filter on Github release publishing step
Browse files Browse the repository at this point in the history
  • Loading branch information
geluk committed Mar 14, 2022
1 parent e1a2e0d commit 59306cc
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 @@ -135,7 +135,7 @@ workflows:
# so we exclude all branches here.
filters:
tags:
only: /^(\d+)(.\d+)?(.\d+)?(-[a-z0-9-]+)?$/
only: /^v(\d+)(.\d+)?(.\d+)?(-[a-z0-9-]+)?$/
branches:
ignore: /.*/
requires:
Expand Down

0 comments on commit 59306cc

Please sign in to comment.