mirror of
https://github.com/NovaGM/ModuleBuilder.git
synced 2024-08-15 00:23:33 +00:00
[Dev] Fix autotag usage
This commit is contained in:
parent
a917e6f9a5
commit
f9f7131370
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ const build = async () => {
|
||||||
|
|
||||||
version: manifest.version,
|
version: manifest.version,
|
||||||
|
|
||||||
tags: manifest.tags.concat(AutoTag(jsCode)),
|
tags: AutoTag(jsCode, manifest.tags),
|
||||||
|
|
||||||
authors: manifest.authors,
|
authors: manifest.authors,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue