Skip to content

Commit f63be2a

Browse files
committed
actions#1467 update dist
1 parent de1c608 commit f63be2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dist/index.js

+3
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,9 @@ class GitCommandManager {
656656
if (!refSpec.some(x => x === refHelper.tagsRefSpec) && !options.fetchTags) {
657657
args.push('--no-tags');
658658
}
659+
else if (options.fetchTags) {
660+
args.push('--tags');
661+
}
659662
args.push('--prune', '--no-recurse-submodules');
660663
if (options.showProgress) {
661664
args.push('--progress');

0 commit comments

Comments
 (0)