Skip to content

Commit 7adda8c

Browse files
chore(ci): Enable dryrun to debug release problem (#41)
1 parent 6bdd9fc commit 7adda8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/module/release.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ module.exports = {
2222
'@semantic-release/github',
2323
'@semantic-release/npm'
2424
],
25-
tagFormat: 'prerelease-v${version}'
25+
tagFormat: 'prerelease-v${version}',
26+
dryRun: true
2627
};

0 commit comments

Comments
 (0)