Skip to content

Commit

Permalink
fix: Correct syntax for updating pack_format in devbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jqshuv committed Dec 30, 2024
1 parent c61bfdd commit 5aeec68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
fetch-depth: 0
- name: 💾 Update config.json
run: echo "`jq '.pack.pack_format="18"' pack.mcmeta`" > pack.mcmeta
run: echo "`jq '.pack.pack_format=18' pack.mcmeta`" > pack.mcmeta

- name: Run PackSquash
uses: ComunidadAylas/PackSquash-action@v4
Expand Down

0 comments on commit 5aeec68

Please sign in to comment.