diff --git a/dist/index.js b/dist/index.js index 7e6ee61..87c4680 100644 --- a/dist/index.js +++ b/dist/index.js @@ -31139,7 +31139,7 @@ async function main () { tag: `refs/tags/${prefix}${fromTag}` }) - latestTag = _.get(tagsRaw, 'repository.ref') + latestTag = _.get(tagRaw, 'repository.ref') if (!latestTag) { return core.setFailed('Provided tag could not be found!') diff --git a/index.js b/index.js index a06ed54..b2b98ad 100644 --- a/index.js +++ b/index.js @@ -100,7 +100,7 @@ async function main () { tag: `refs/tags/${prefix}${fromTag}` }) - latestTag = _.get(tagsRaw, 'repository.ref') + latestTag = _.get(tagRaw, 'repository.ref') if (!latestTag) { return core.setFailed('Provided tag could not be found!')