We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a674cca commit 23bf490Copy full SHA for 23bf490
.github/workflows/main.yml
@@ -28,9 +28,9 @@ jobs:
28
with:
29
node-version: 21
30
31
- - run: npx @spyglassmc/mcdoc-cli locale ./out/locales/en.json --upgrade --verbose
+ - run: npx @spyglassmc/mcdoc-cli@0.1.48 locale ./out/locales/en.json --upgrade --verbose
32
33
- - run: npx @spyglassmc/mcdoc-cli export ./out/generated/symbols.json --ref --verbose
+ - run: npx @spyglassmc/mcdoc-cli@0.1.48 export ./out/generated/symbols.json --ref --verbose
34
35
- uses: EndBug/add-and-commit@v9
36
0 commit comments