Skip to content

Commit 25ba578

Browse files
committed
feat(circleci): add release job
1 parent bd7e230 commit 25ba578

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.circleci/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ jobs:
5858
root: .
5959
paths: dist
6060

61+
release:
62+
executor: main-executor
63+
steps:
64+
- checkout_from_workspace
65+
- run:
66+
name: Release
67+
command: npm run release
68+
6169
# execute the jobs in a orderly manner
6270
workflows:
6371
setup_test_release:
@@ -72,3 +80,9 @@ workflows:
7280
filters:
7381
branches:
7482
only: master
83+
- release:
84+
requires:
85+
- build
86+
filters:
87+
branches:
88+
only: master

0 commit comments

Comments
 (0)