refactor: Added --tags again

releases/v3
Tycho Bokdam 2020-10-30 23:25:43 +01:00
parent d0670df534
commit 6013a3dfb6
No known key found for this signature in database
GPG Key ID: A0FAE77C8CDF33C7
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ module.exports = new (class Git {
args.push('--unshallow') args.push('--unshallow')
} }
args.push('--tags')
args.push(core.getInput('git-pull-method')) args.push(core.getInput('git-pull-method'))
return this.exec(args.join(' ')) return this.exec(args.join(' '))