Skip to content

Commit

Permalink
Allow pushing on v-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
joelea committed Mar 3, 2016
1 parent baf4802 commit 14cfea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ general:

deployment:
release:
tag: /[0-9]+(\.[0-9]+)+/
tag: /v?[0-9]+(\.[0-9]+)+/
commands:
- ./gradlew -i bintrayUpload

Expand Down

0 comments on commit 14cfea5

Please sign in to comment.