We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588c3cd commit d3a2af4Copy full SHA for d3a2af4
lib/menus/update.js
@@ -113,7 +113,7 @@ export default async (beforeError, forceUpdate) => {
113
const git = simpleGit();
114
115
// Fetches the latest tags and prunes the old tags
116
- await git.fetch(['--prune', '--tags']);
+ await git.fetch(['--force', '--prune', '--tags']);
117
118
// Gets the remote tags list
119
const remoteTagLines = (await git.listRemote(['--tags'])).split('\n');
0 commit comments