Skip to content

Commit eb978ef

Browse files
committed
remove dry run
1 parent 050f81a commit eb978ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async function config() {
4545
{ name: '5.x.x', range: '5.x.x', channel: '5.x.x' },
4646
{ name: '6.x.x', range: '6.x.x', channel: '6.x.x' },
4747
],
48-
dryRun: true,
48+
dryRun: false,
4949
debug: true,
5050
ci: true,
5151
tagFormat: '${version}',

0 commit comments

Comments
 (0)