Skip to content

Commit 23bf490

Browse files
committed
💚 Use fixed version of mcdoc-cli
1 parent a674cca commit 23bf490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
with:
2929
node-version: 21
3030

31-
- run: npx @spyglassmc/mcdoc-cli locale ./out/locales/en.json --upgrade --verbose
31+
- run: npx @spyglassmc/mcdoc-cli@0.1.48 locale ./out/locales/en.json --upgrade --verbose
3232

33-
- run: npx @spyglassmc/mcdoc-cli export ./out/generated/symbols.json --ref --verbose
33+
- run: npx @spyglassmc/mcdoc-cli@0.1.48 export ./out/generated/symbols.json --ref --verbose
3434

3535
- uses: EndBug/add-and-commit@v9
3636
with:

0 commit comments

Comments
 (0)