Skip to content

Commit b828194

Browse files
committed
a
1 parent d15a5a9 commit b828194

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/incrementVersionAndCreatePR.cjs

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ module.exports = async ({ github, context, versionType }) => {
6363
}
6464
} catch (error) {
6565
console.error("Error encountered:", error);
66+
throw error;
6667
// Decide whether to re-throw the error or handle it differently here
6768
}
6869
};

0 commit comments

Comments
 (0)