Skip to content

Commit 617561f

Browse files
apprently my json was invalid
1 parent 7e39491 commit 617561f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
# create a zip file with all files required by the module to add to the release
2727
- name: Zip Files
2828
run: zip -r ./module.zip ${{steps.get-includes.outputs.files}}
29-
30-
- name: Debug Includes
31-
run: echo "::debug::$(node ./.github/workflows/get-includes.js)"
3229

3330
#Useful only for the template so we can leave the manifest and download urls empty
3431
- name: Substitute Manifest and Download Links For Versioned Ones

src/module.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,5 @@
4444
"name": "English",
4545
"path": "lang/en.json"
4646
}
47-
],
48-
""
47+
]
4948
}

0 commit comments

Comments
 (0)