mirror of https://github.com/liamg/aminal.git
release script
This commit is contained in:
parent
0a8e2eac93
commit
70f5228acf
|
@ -22,3 +22,9 @@ jobs:
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /.*/
|
only: /.*/
|
||||||
|
workflows:
|
||||||
|
version: 2
|
||||||
|
build_and_release:
|
||||||
|
jobs:
|
||||||
|
- build
|
||||||
|
- release
|
Loading…
Reference in New Issue