diff --git a/src/helpers/git.js b/src/helpers/git.js index 4a8d86d..0050143 100644 --- a/src/helpers/git.js +++ b/src/helpers/git.js @@ -104,6 +104,7 @@ module.exports = new (class Git { args.push('--unshallow') } + args.push('--tags') args.push(core.getInput('git-pull-method')) return this.exec(args.join(' '))