Skip to content

Commit 3538db9

Browse files
authored
fix: Disable dry run
Disable dry run to release to npm
1 parent bb826c1 commit 3538db9

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

0 commit comments

Comments
 (0)