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
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
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)) {