We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89117c2 commit efbbee2Copy full SHA for efbbee2
1 file changed
apps/rush-lib/src/cli/actions/PublishAction.ts
@@ -339,7 +339,6 @@ export class PublishAction extends BaseRushAction {
339
if (this._pack.value) {
340
// packs to tarball instead of publishing to NPM repository
341
this._npmPack(packageName, packageConfig);
342
- // Do not tag packages that already exist. This will fail with a fatal error.
343
applyTag(this._applyGitTagsOnPack.value);
344
} else if (this._force.value || !this._packageExists(packageConfig)) {
345
// Publish to npm repository
0 commit comments