ci: publish script should commit and tag once (#22648)

This commit is contained in:
Bassel Kanso 2025-01-15 16:00:10 +02:00 committed by GitHub
parent 3bd4619c74
commit 743526a19d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
}); });
} }
} }