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 7e39491 commit 617561fCopy full SHA for 617561f
.github/workflows/main.yml
@@ -26,9 +26,6 @@ jobs:
26
# create a zip file with all files required by the module to add to the release
27
- name: Zip Files
28
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)"
32
33
#Useful only for the template so we can leave the manifest and download urls empty
34
- name: Substitute Manifest and Download Links For Versioned Ones
src/module.json
@@ -44,6 +44,5 @@
44
"name": "English",
45
"path": "lang/en.json"
46
}
47
- ],
48
- ""
+ ]
49
0 commit comments