Skip to content

Commit

Permalink
fix: prune old tags
Browse files Browse the repository at this point in the history
  • Loading branch information
carsakiller authored and sumneko committed Sep 10, 2024
1 parent 1d8ef52 commit 5373e09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/addon_manager/models/addon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export class Addon {
await this.getEnabled();

if (this.#installed) {
await git.fetch(["origin", "--prune", "--prune-tags"]);
tags = (
await moduleGit.tags([
"--sort=-taggerdate",
Expand Down

0 comments on commit 5373e09

Please sign in to comment.