We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7e230 commit 25ba578Copy full SHA for 25ba578
.circleci/config.yml
@@ -58,6 +58,14 @@ jobs:
58
root: .
59
paths: dist
60
61
+ release:
62
+ executor: main-executor
63
+ steps:
64
+ - checkout_from_workspace
65
+ - run:
66
+ name: Release
67
+ command: npm run release
68
+
69
# execute the jobs in a orderly manner
70
workflows:
71
setup_test_release:
@@ -72,3 +80,9 @@ workflows:
72
80
filters:
73
81
branches:
74
82
only: master
83
+ - release:
84
+ requires:
85
+ - build
86
+ filters:
87
+ branches:
88
+ only: master
0 commit comments