Skip to content

Commit bdb83e3

Browse files
committed
Fix doc build file
1 parent 9d685d8 commit bdb83e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/prepare-docfx-folder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if (isSingleFolder) {
6565
}
6666
else {
6767
console.log('Retrieving Tags');
68-
exec('git -C "' + destinationMasterFolder + '" tag -l --sort=-version:refname v* > "' + destinationTagsFolder + '/tags.txt"');
68+
exec('git -C "' + destinationMasterFolder + '" tag -l --sort=-version:refname * > "' + destinationTagsFolder + '/tags.txt"');
6969
tags = fs.readFileSync(destinationTagsFolder + '/tags.txt', "utf-8").split("\n");
7070
tags.unshift("master");
7171
}

0 commit comments

Comments
 (0)