Skip to content

Commit 78f0648

Browse files
committed
fix: prune old tags
1 parent 2eddd49 commit 78f0648

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/addon_manager/models/addon.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export class Addon {
6060
await this.getEnabled();
6161

6262
if (this.#installed) {
63+
await git.fetch(["origin", "--prune", "--prune-tags"]);
6364
tags = (
6465
await moduleGit.tags([
6566
"--sort=-taggerdate",

0 commit comments

Comments
 (0)