mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 08:19:07 +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,
|
||||
dryRun: options.dryRun,
|
||||
verbose: options.verbose,
|
||||
gitCommit: !options.dryRun,
|
||||
gitCommitArgs: '',
|
||||
gitCommit: false,
|
||||
gitTag: false,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user