Skip to content

Commit 707c7d7

Browse files
committed
chore(ci): fix publishing to npm
1 parent 55ac038 commit 707c7d7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,10 @@ workflows:
8585
version: 2
8686
build:
8787
jobs:
88-
- build-job
88+
- build-job:
89+
filters:
90+
tags:
91+
only: /.*/
8992
- deploy-job:
9093
requires:
9194
- build-job

0 commit comments

Comments
 (0)