We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15a5a9 commit b828194Copy full SHA for b828194
.github/workflows/incrementVersionAndCreatePR.cjs
@@ -63,6 +63,7 @@ module.exports = async ({ github, context, versionType }) => {
63
}
64
} catch (error) {
65
console.error("Error encountered:", error);
66
+ throw error;
67
// Decide whether to re-throw the error or handle it differently here
68
69
};
0 commit comments