Skip to content

Commit bce3391

Browse files
authored
turn off dry run on main
1 parent 34a8b95 commit bce3391

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
@@ -23,5 +23,5 @@ module.exports = {
2323
'@semantic-release/npm'
2424
],
2525
tagFormat: 'prerelease-v${version}',
26-
dryRun: true
26+
dryRun: false
2727
};

0 commit comments

Comments
 (0)