Skip to content

Commit

Permalink
No more dry runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Joost van der Waal committed Jan 23, 2024
1 parent a97cad7 commit 346eb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/packages/gitversion/src/commands/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class PublishCommand extends GitVersionCommand {
];

push = Option.Boolean('--push', true);
dryRun = Option.Boolean('--dry-run', true);
dryRun = Option.Boolean('--dry-run', false);

async execute(): Promise<number> {
const project = await Project.load(await gitRoot());
Expand Down

0 comments on commit 346eb04

Please sign in to comment.