Skip to content

Commit 0405068

Browse files
chore(CI): Disable release dryrun mode
1 parent 0874ed2 commit 0405068

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/module/release.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ module.exports = {
99
'@semantic-release/github',
1010
'@semantic-release/npm'
1111
],
12-
tagFormat: 'prerelease-v${version}',
13-
dryRun: true
12+
tagFormat: 'prerelease-v${version}'
1413
};

0 commit comments

Comments
 (0)