mirror of https://github.com/liamg/aminal.git
release script
This commit is contained in:
parent
0557353020
commit
b4ea480f6d
|
@ -15,6 +15,7 @@ jobs:
|
|||
docker:
|
||||
# specify the version
|
||||
- image: liamg/golang-opengl
|
||||
working_directory: /go/src/github.com/liamg/aminal
|
||||
requires:
|
||||
- build
|
||||
steps:
|
||||
|
@ -25,7 +26,13 @@ jobs:
|
|||
only: /.*/
|
||||
workflows:
|
||||
version: 2
|
||||
build_and_release:
|
||||
build:
|
||||
jobs:
|
||||
- build
|
||||
- release
|
||||
tagged-build:
|
||||
jobs:
|
||||
- build
|
||||
- release:
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
Loading…
Reference in New Issue