Skip to content

Commit

Permalink
fix: properly skip pr validation (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley authored Nov 22, 2021
1 parent f67f78c commit 012eb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/cli/latestrc/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default class build extends SfdxCommand {
head: nextRCVersion,
base: 'main',
title: `Release v${nextRCVersion} as latest-rc`,
body: 'Building latest-rc @W-0@',
body: 'Building latest-rc [skip-validate-pr]',
});
}

Expand Down

0 comments on commit 012eb13

Please sign in to comment.