diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index a4fccd2..0c4d6c2 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -85,8 +85,9 @@ jobs: repo: context.repo.repo, tag: `v${VERSION}`, }).then(function(result) { - core.info(`Release ${result.data.name} found`) - return result.data.name + core.info(JSON.stringify(result)) + core.info(`Release ${result.data.tag_name} found`) + return result.data.tag_name }).catch(function(error) { if (error.status === 404) { core.info(`Release v${VERSION} not found`)