release stage is broken, removing for now

pull/649/head
Edward Welch 6 years ago committed by Ed
parent 4439828d85
commit 747771c640
  1. 9
      .circleci/config.yml

@ -37,15 +37,6 @@ workflows:
filters:
branches:
only: master
release:
jobs:
- release:
filters:
tags:
# Matches tags pushed such as v0.1.0, matches anything after the patch to also allow v0.2.0-beta or v0.2.0-rc.1
only: /^v\d+\.\d+\.\d+.*$/
branches:
only: master
# https://circleci.com/blog/circleci-hacks-reuse-yaml-in-your-circleci-config-with-yaml/
defaults: &defaults

Loading…
Cancel
Save