Skip to content

Commit 342f2e7

Browse files
committed
Fixed the Publish task
1 parent 2f095a3 commit 342f2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Publish.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ function main() {
66
Sys.command("lix Dist");
77
Tools.compress(["CHANGELOG.md", "LICENSE.md", "README.md", "haxelib.json", "lib", "run.n", "src"], "var/haxelib.zip");
88
Sys.command("haxelib submit var/haxelib.zip");
9-
for (action in ["tag", "push origin"]) command('git $action v${Version.packageVersion}');
9+
for (action in ["tag", "push origin"]) Sys.command('git $action v${Version.packageVersion}');
1010
}

0 commit comments

Comments
 (0)