fix: Pull all tags

releases/v3
Jayrgo 2020-08-09 12:28:05 +02:00
parent c9d4024531
commit 3396dfc432
No known key found for this signature in database
GPG Key ID: 498EE77E1F8E0A1E
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ module.exports = new (class Git {
* @return {Promise<>} * @return {Promise<>}
*/ */
pull = () => ( pull = () => (
this.exec(`pull --unshallow ${core.getInput('git-pull-method')}`) this.exec(`pull --unshallow --tags ${core.getInput('git-pull-method')}`)
) )
/** /**