Fix tag release
This commit is contained in:
@ -25,7 +25,10 @@ workflows:
|
||||
version: 2
|
||||
test_and_publish:
|
||||
jobs:
|
||||
- test
|
||||
- test:
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
- build_and_publish:
|
||||
requires:
|
||||
- test
|
||||
@ -33,4 +36,4 @@ workflows:
|
||||
tags:
|
||||
only: /.*/
|
||||
branches:
|
||||
ignore: /.*/
|
||||
ignore: /.*/
|
||||
|
Reference in New Issue
Block a user