log workflow errors (#4697)
Some checks are pending
code_lint / golangci_lint (push) Waiting to run
code_lint / mod_tidy (push) Waiting to run
code_lint / api_docs (push) Waiting to run
code_test / test_64 (push) Waiting to run
code_test / test_32 (push) Waiting to run
code_test / test_e2e (push) Waiting to run

This commit is contained in:
Alessandro Ros 2025-07-06 22:03:31 +02:00 committed by GitHub
parent 544a147124
commit 00b570297a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -139,7 +139,9 @@ jobs:
body: `This issue is mentioned in release ${curTag.name} 🚀\n`
+ `Check out the entire changelog by [clicking here](https://github.com/${owner}/${repo}/releases/tag/${curTag.name})`,
});
} catch (exc) {}
} catch (exc) {
console.error(exc.toString());
}
}
dockerhub: