Skip to content

Commit abbb441

Browse files
authored
fix: Update release.config.js to release to npm
1 parent 7806c3f commit abbb441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/module/release.config.js

+1-1
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)