We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f8fc1 commit 371fe56Copy full SHA for 371fe56
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
$path = str_replace("\\", "/", $description["src-namespace-prefix"] ?? exit);
24
system("mkdir -p _/$path; mv src/* _/$path; rmdir src; mv _ src");
25
unset($description["src-namespace-prefix"]);
26
- yaml_emit_file($description, "plugin.yml");
+ yaml_emit_file("plugin.yml", $description);
27
28
- name: Build plugin
29
run: curl -sL https://raw.githubusercontent.com/pmmp/DevTools/1.17.1/src/ConsoleScript.php | php -dphar.readonly=0 -- --make ./ --out $OUTPUT_FILE
0 commit comments