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