Skip to content

Commit d3402d8

Browse files
committed
Allow releases from any tag
1 parent 5830663 commit d3402d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test:
1818

1919
deployment:
2020
release:
21-
tag: /[0-9]+(\.[0-9]+)+/
21+
tag: /.+/
2222
commands:
2323
- ./gradlew -i bintrayUpload
2424
- ./gradlew -i -Dgradle.publish.key=$GRADLE_KEY -Dgradle.publish.secret=$GRADLE_SECRET publishPlugins

0 commit comments

Comments
 (0)