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.
Publish
1 parent 2f095a3 commit 342f2e7Copy full SHA for 342f2e7
scripts/Publish.hx
@@ -6,5 +6,5 @@ function main() {
6
Sys.command("lix Dist");
7
Tools.compress(["CHANGELOG.md", "LICENSE.md", "README.md", "haxelib.json", "lib", "run.n", "src"], "var/haxelib.zip");
8
Sys.command("haxelib submit var/haxelib.zip");
9
- for (action in ["tag", "push origin"]) command('git $action v${Version.packageVersion}');
+ for (action in ["tag", "push origin"]) Sys.command('git $action v${Version.packageVersion}');
10
}
0 commit comments