[Dev] Fix autotag usage

This commit is contained in:
Ducko 2021-03-09 16:17:57 +00:00 committed by フズキ
parent a917e6f9a5
commit f9f7131370
No known key found for this signature in database
GPG Key ID: AD7750AB4625F1DD
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ const build = async () => {
version: manifest.version,
tags: manifest.tags.concat(AutoTag(jsCode)),
tags: AutoTag(jsCode, manifest.tags),
authors: manifest.authors,