Skip to content

Commit 13f23a2

Browse files
authored
ci: disable auto-release dry-run
1 parent 7155d44 commit 13f23a2

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)