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: docker:
# specify the version # specify the version
- image: liamg/golang-opengl - image: liamg/golang-opengl
working_directory: /go/src/github.com/liamg/aminal
requires: requires:
- build - build
steps: steps:
@ -25,7 +26,13 @@ jobs:
only: /.*/ only: /.*/
workflows: workflows:
version: 2 version: 2
build_and_release: build:
jobs: jobs:
- build - build
- release tagged-build:
jobs:
- build
- release:
filters:
tags:
only: /.*/