Skip to content

Commit 055a699

Browse files
committed
chore(ci): remove dry run mode
1 parent 1dcdc14 commit 055a699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release/release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ module.exports = Promise.resolve().then(() => {
8282
const lernaPackage = require('../lerna.json');
8383

8484
return {
85-
dryRun: true,
85+
dryRun: false,
8686
extends: [`${__dirname}/monorepo-setup.js`],
8787
workspaces: lernaPackage.packages,
8888
filterPath: process.env.FILTER_PATH,

0 commit comments

Comments
 (0)