Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Fix(publish): Updated flag
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeffreyChaucer authored Mar 21, 2023
1 parent 3dbef45 commit 94aab75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ export default class Promote extends SfpowerscriptsCommand {
}


if (this.flags.daysToKeep && this.flags.limit) {
if (this.flags.gittagage && this.flags.gittaglimit) {
await this.deleteGitTagsOlderThan(this.flags.gittagage, this.flags.gittaglimit);
} else if (this.flags.gittagage) {
await this.deleteGitTagsOlderThan(succesfullyPublishedPackageNamesForTagging, this.flags.gittagage);
Expand Down

0 comments on commit 94aab75

Please sign in to comment.