diff --git a/.circleci/config.yml b/.circleci/config.yml index dabbe587..08401300 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -81,6 +81,10 @@ jobs: - run: name: Release new version command: npm run release + - persist_to_workspace: + root: ~/ + paths: + - project # Reset alpha branch after a release post_release: