release script

This commit is contained in:
Liam Galvin 2018-11-24 18:40:29 +00:00
parent 550c841411
commit 3552068201
1 changed files with 2 additions and 2 deletions

View File

@ -44,10 +44,10 @@ workflows:
build:
jobs:
- test
- build-darwin
- build-darwin:
requires:
- test
- build-linux
- build-linux:
requires:
- test
- release: