Handle tag-match-latest on Git tag event

This commit is contained in:
CrazyMax
2020-10-31 19:17:02 +01:00
parent b4c9b2116e
commit 8632141d51
4 changed files with 4 additions and 4 deletions

2
dist/index.js generated vendored
View File

@ -209,7 +209,7 @@ class Meta {
}
}
else {
version.latest = true;
version.latest = this.inputs.tagMatchLatest;
}
}
else if (/^refs\/heads\//.test(this.context.ref)) {