Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit b363ff8

Browse files
committed
fix(github): latest.md not in checkout
This is required to draft the github release changelog.
1 parent faab49e commit b363ff8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ jobs:
105105
- uses: actions/checkout@v4
106106
with:
107107
sparse-checkout-cone-mode: false
108-
sparse-checkout: package.json
108+
sparse-checkout: |
109+
package.json
110+
LATEST.md
109111
110112
- name: Get app version
111113
run: |

0 commit comments

Comments
 (0)