Skip to content

Commit af0f174

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dockerimage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
tag: `v${VERSION}`,
6868
}).catch(function(error) {
6969
if (error.status === 404) {
70-
core.info(`Release v${VERSION} not found`)
71-
} else {
70+
core.info(`Release v${VERSION} not found`)
71+
} else {
7272
throw error
7373
}
7474
})

0 commit comments

Comments
 (0)