Skip to content

Commit 843ebc8

Browse files
committed
fix: remove dry run
1 parent 868d455 commit 843ebc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/next.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const configPromise = require('./release.config.js');
33

44
const execa = require('execa');
55

6-
const dryRun = true;
6+
const dryRun = false;
77

88
configPromise.then((config) => {
99
return semanticRelease({

0 commit comments

Comments
 (0)