mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-12 10:37:43 +00:00
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:
commit
bdd2c9502c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue