Skip to content

Commit 5cff9f4

Browse files
authored
fix: Disabled dryrun
1 parent 7fad1bd commit 5cff9f4

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

0 commit comments

Comments
 (0)