Skip to content

Commit 3e55f75

Browse files
committed
Update dockerimage.yml
1 parent 88218f5 commit 3e55f75

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
script: |
6363
const { VERSION } = process.env
64-
return github.rest.repos.getReleaseByTag({
64+
github.rest.repos.getReleaseByTag({
6565
owner: context.repo.owner,
6666
repo: context.repo.repo,
6767
tag: `v${VERSION}`,
@@ -71,7 +71,6 @@ jobs:
7171
}).catch(function(error) {
7272
if (error.status === 404) {
7373
core.info(`Release v${VERSION} not found`)
74-
return
7574
} else {
7675
throw error
7776
}

0 commit comments

Comments
 (0)