release script

This commit is contained in:
Liam Galvin 2018-11-24 17:50:50 +00:00
parent 0557353020
commit b4ea480f6d
1 changed files with 9 additions and 2 deletions

View File

@ -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: /.*/