Skip to content

Commit 72b946f

Browse files
chore(CI): disable CD dry run
1 parent 776647b commit 72b946f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/module/release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ module.exports = {
1010
'@semantic-release/npm'
1111
],
1212
tagFormat: 'v${version}',
13-
dryRun: true
13+
dryRun: false
1414
};

0 commit comments

Comments
 (0)