From 2fecd697b683d71e8b30effe0876acf0a245ca60 Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Sat, 10 Aug 2024 14:37:03 +0900 Subject: [PATCH] wip --- .github/workflows/master-publish-package.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/master-publish-package.yaml b/.github/workflows/master-publish-package.yaml index a39fabd2..b4360cde 100644 --- a/.github/workflows/master-publish-package.yaml +++ b/.github/workflows/master-publish-package.yaml @@ -26,6 +26,7 @@ jobs: var tags = [] for (let [key, value] of Object.entries(jsonData.projects)) { + console.log(execSync("pwd")) const command = "git diff " + baseRef + " -- HEAD --name-only --relative=" + key + "\n"; const output = execSync(command, {encoding: 'utf8'}); if (output.length != 0) {