Skip to content

Commit fc44a20

Browse files
chore(ci): Remove dryrun
1 parent 33fe516 commit fc44a20

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
@@ -18,6 +18,5 @@ module.exports = {
1818
'@semantic-release/github',
1919
'@semantic-release/npm'
2020
],
21-
tagFormat: 'prerelease-v${version}',
22-
dryRun: true
21+
tagFormat: 'prerelease-v${version}'
2322
};

0 commit comments

Comments
 (0)