Skip to content

Commit e58be97

Browse files
committed
Update dockerimage.yml
1 parent af0f174 commit e58be97

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/dockerimage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,13 @@ jobs:
6565
owner: context.repo.owner,
6666
repo: context.repo.repo,
6767
tag: `v${VERSION}`,
68+
}).then(function(result) {
69+
core.info(`Release v${VERSION} found`)
70+
return result.name
6871
}).catch(function(error) {
6972
if (error.status === 404) {
7073
core.info(`Release v${VERSION} not found`)
74+
return
7175
} else {
7276
throw error
7377
}

0 commit comments

Comments
 (0)