Skip to content

Commit 484711d

Browse files
authored
fix: publish first 5.0.0 prerelease version
1 parent 43f1c84 commit 484711d

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
@@ -14,5 +14,5 @@ module.exports = {
1414
'@semantic-release/npm'
1515
],
1616
tagFormat: 'prerelease-v${version}',
17-
dryRun: true
17+
dryRun: false
1818
};

0 commit comments

Comments
 (0)