Skip to content

Commit f1a6038

Browse files
authored
ci: Enable auto-release (#377)
1 parent 0374a95 commit f1a6038

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
@@ -47,7 +47,7 @@ async function config() {
4747
// { name: 'release-3', range: '3.x.x', channel: '3.x' },
4848
// { name: 'release-4', range: '4.x.x', channel: '4.x' },
4949
],
50-
dryRun: true,
50+
dryRun: false,
5151
debug: true,
5252
ci: true,
5353
tagFormat: '${version}',

0 commit comments

Comments
 (0)