Skip to content

Commit d7f2bb4

Browse files
authored
ci: disable auto-release dry-run
1 parent 4bd1308 commit d7f2bb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ async function config() {
4343
// Long-Term-Support branches
4444
{ name: 'release-4.x.x', range: '4.x.x', channel: '4.x.x' },
4545
],
46-
dryRun: true,
46+
dryRun: false,
4747
debug: true,
48-
ci: false,
48+
ci: true,
4949
tagFormat: '${version}',
5050
plugins: [
5151
['@semantic-release/commit-analyzer', {

0 commit comments

Comments
 (0)