mirror of
https://github.com/strapi/strapi.git
synced 2025-11-19 03:29:47 +00:00
fix: --no-verify flag on release commit
This commit is contained in:
parent
649ac21b24
commit
ef538d66b1
@ -71,6 +71,7 @@ const yargs = require('yargs');
|
||||
verbose: options.verbose,
|
||||
gitCommit: options.gitCommit,
|
||||
preid: options.preid,
|
||||
gitCommitArgs: '--no-verify',
|
||||
});
|
||||
workspaceVersion = versionResult.workspaceVersion;
|
||||
projectsVersionData = versionResult.projectsVersionData;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user