From 825250bbe1b18e0bd82ad0a231e87bd982bc1d04 Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Fri, 24 Jan 2025 12:14:43 +0700 Subject: [PATCH] fix: use correct path for resources/build/version Fixes: #12915 --- resources/build/increment-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/build/increment-version.sh b/resources/build/increment-version.sh index da459776eb..3be11dba1f 100755 --- a/resources/build/increment-version.sh +++ b/resources/build/increment-version.sh @@ -179,7 +179,7 @@ if [ "$action" == "commit" ]; then # In order to avoid potential git conflicts, we run the history collater # again on the master HISTORY.md. Note that the script always exits 1 to # indicate it hasn't updated VERSION.md. We could tweak that in the future. - node resources/build/version/lib/index.js history --no-write-github-comment --github-pr -t "$GITHUB_TOKEN" -b "$base" || true + node resources/build/version/build/src/index.js history --no-write-github-comment --github-pr -t "$GITHUB_TOKEN" -b "$base" || true # If HISTORY.md has been updated, then we want to create a branch and push # it for review