Skip to content

Commit

Permalink
Update dockerimage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed Apr 27, 2024
1 parent b662991 commit 4d8649d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,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`)
Expand Down

0 comments on commit 4d8649d

Please sign in to comment.