Skip to content

Commit cfe76b7

Browse files
committed
Merge pull request #84 from cloudify-cosmo/circle-add-tag
add build auto-creation on new tag
2 parents 8a743b3 + 127e6c2 commit cfe76b7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

circle.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ test:
4141

4242
deployment:
4343
release:
44-
tag: /[0-9]+(\.[0-9]+)*/
45-
owner: circleci
44+
tag: /.*/
4645
commands:
47-
- "true"
46+
- (true)

0 commit comments

Comments
 (0)