Skip to content

Commit

Permalink
ci: fix post-release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
adekbadek committed Jan 27, 2022
1 parent 840f9b7 commit 1dcb33e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1dcb33e

Please sign in to comment.