Skip to content

Commit 768a14a

Browse files
committed
fix(versioning): attempt to enable tagging on master with pr open
1 parent 69b1c5b commit 768a14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- run: yarn
100100
- run:
101101
name: Tag version
102-
command: yarn release
102+
command: yarn release --no-ci
103103

104104
test-unit:
105105
<<: *defaults

0 commit comments

Comments
 (0)