diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index 532fd24..b64dfb1 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -67,8 +67,8 @@ jobs: tag: `v${VERSION}`, }).catch(function(error) { if (error.status === 404) { - core.info(`Release v${VERSION} not found`) - } else { + core.info(`Release v${VERSION} not found`) + } else { throw error } })