mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 08:52:26 +00:00
ci: publish script should commit and tag once (#22648)
This commit is contained in:
parent
3bd4619c74
commit
743526a19d
@ -77,8 +77,8 @@ const yargs = require('yargs');
|
|||||||
version: workspaceVersion,
|
version: workspaceVersion,
|
||||||
dryRun: options.dryRun,
|
dryRun: options.dryRun,
|
||||||
verbose: options.verbose,
|
verbose: options.verbose,
|
||||||
gitCommit: !options.dryRun,
|
gitCommit: false,
|
||||||
gitCommitArgs: '',
|
gitTag: false,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user