CI: log the version bump skip

This commit is contained in:
liushuyu 2022-10-14 23:40:07 -06:00
parent 680dcce3e0
commit 6b96916d3c
No known key found for this signature in database
GPG Key ID: 23D1CE4534419437
2 changed files with 3 additions and 1 deletions

View File

@ -66,7 +66,8 @@ async function mergeChanges(branch, execa) {
"--porcelain",
"org.yuzu_emu.yuzu.json",
]);
if (p.stdout.length > 2) {
if (p.stdout.length > 20) {
console.info("Skip version bump.");
return true;
}
return false;

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/.flatpak-builder/
/build/
/repo/
/node_modules/