This commit is contained in:
Stephan 2021-12-10 17:48:01 +01:00
parent 5595250e09
commit 7688e0cbc7

View File

@ -17,7 +17,7 @@ jobs:
tag: tag
})
}
catch {
catch (error) {
core.setFailed("Could not find a release for tag " + tag)
}