fix: Pull all tags
parent
c9d4024531
commit
3396dfc432
|
@ -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')}`)
|
||||||
)
|
)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue