diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index e7631bb..9bf22f6 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -17,7 +17,7 @@ jobs: tag: tag }) } - catch { + catch (error) { core.setFailed("Could not find a release for tag " + tag) }