2 Commits
0.1.1 ... 0.1.3

Author SHA1 Message Date
7a8b87530c Fix tag release 2020-03-21 20:21:51 +03:00
4094badb20 Fix tag release 2020-03-21 20:18:38 +03:00

View File

@ -25,12 +25,15 @@ workflows:
version: 2
test_and_publish:
jobs:
- test
- test:
filters:
tags:
only: /.*/
- build_and_publish:
requires:
- test
filters:
tags:
only: /^\d+\.\d+\.\d+$/
only: /.*/
branches:
ignore: /.*/