Merge pull request #13029 from keymanapp/fix/12915-version-history-build-path

fix: use correct path for resources/build/version
This commit is contained in:
Marc Durdin 2025-01-24 13:45:16 +07:00 committed by GitHub
commit bdd2c9502c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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